From 1dd5172c816a57a00579d2d629d01a3b24b4d008 Mon Sep 17 00:00:00 2001 From: Philipp Fedorov Date: Thu, 16 Jan 2025 18:19:35 +0300 Subject: [PATCH] Fix incorrect indentation for pod annotations in Helm template (#470) Co-authored-by: Filipp Fedorov --- .../kubernetes/chart/forecastle/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/kubernetes/chart/forecastle/templates/deployment.yaml b/deployments/kubernetes/chart/forecastle/templates/deployment.yaml index 7b59a4e4..85193d79 100644 --- a/deployments/kubernetes/chart/forecastle/templates/deployment.yaml +++ b/deployments/kubernetes/chart/forecastle/templates/deployment.yaml @@ -23,7 +23,7 @@ spec: annotations: checksum/api-config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- with .Values.forecastle.pod.annotations }} -{{- toYaml . | indent 8 }} +{{- toYaml . | nindent 8 }} {{- end }} spec: {{- with .Values.forecastle.deployment.imagePullSecrets }}