From 3805a665a50708290b44fc0939c9db5ce33f26af Mon Sep 17 00:00:00 2001 From: Charlie Weiblen Date: Mon, 23 Sep 2024 10:01:02 -0400 Subject: [PATCH] Fix invalid template when using hostAliases --- incubator/monochart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/monochart/templates/deployment.yaml b/incubator/monochart/templates/deployment.yaml index 9bedfea3..8f58ab6c 100644 --- a/incubator/monochart/templates/deployment.yaml +++ b/incubator/monochart/templates/deployment.yaml @@ -95,7 +95,7 @@ spec: {{- end }} {{- with .Values.deployment.pod.hostAliases }} hostAliases: - {{- toYaml . | indent 8 }} +{{ toYaml . | indent 8 }} {{- end }} {{- if or .Values.dockercfg.enabled .Values.image.pullSecrets }} imagePullSecrets: