diff --git a/charts/primary-site/templates/deployments/_inbox-container.tpl b/charts/primary-site/templates/deployments/_inbox-container.tpl index 491c9fe..8c34754 100644 --- a/charts/primary-site/templates/deployments/_inbox-container.tpl +++ b/charts/primary-site/templates/deployments/_inbox-container.tpl @@ -17,7 +17,7 @@ template: secretName: gcp-cloud-credential optional: true {{- if .Values.inboxListener.deployment.extraVolumes }} - {{ toYaml .Values.inboxListener.deployment.extraVolumes | indent 6 }} + {{- toYaml .Values.inboxListener.deployment.extraVolumes | nindent 6 }} {{- end }} {{- if .Values.inboxListener.deployment.localScratch.enabled }} - name: local-scratch @@ -35,7 +35,7 @@ template: {{- end}} {{- if .Values.inboxListener.deployment.initContainers }} initContainers: - {{- toYaml .Values.inboxListener.deployment.initContainers | indent 6 }} + {{- toYaml .Values.inboxListener.deployment.initContainers | nindent 6 }} {{- end }} containers: - name: inbox-listener @@ -61,7 +61,7 @@ template: name: local-scratch {{- end }} {{- if .Values.inboxListener.deployment.extraVolumeMounts }} - {{ toYaml .Values.inboxListener.deployment.extraVolumeMounts | indent 10 }} + {{- toYaml .Values.inboxListener.deployment.extraVolumeMounts | nindent 10 }} {{- end }} ports: - name: metrics diff --git a/charts/primary-site/templates/deployments/stream-service.yaml b/charts/primary-site/templates/deployments/stream-service.yaml index db74aee..259685e 100644 --- a/charts/primary-site/templates/deployments/stream-service.yaml +++ b/charts/primary-site/templates/deployments/stream-service.yaml @@ -32,11 +32,11 @@ spec: secretName: gcp-cloud-credential optional: true {{- if .Values.streamService.deployment.extraVolumes }} - {{ toYaml .Values.streamService.deployment.extraVolumes | indent 8 }} + {{- toYaml .Values.streamService.deployment.extraVolumes | nindent 8 }} {{- end }} {{- if .Values.streamService.deployment.initContainers }} initContainers: - {{- toYaml .Values.streamService.deployment.initContainers | indent 8 }} + {{- toYaml .Values.streamService.deployment.initContainers | nindent 8 }} {{- end }} containers: - name: stream-service @@ -57,7 +57,7 @@ spec: - mountPath: /secrets name: cloud-credentials {{- if .Values.streamService.deployment.extraVolumeMounts }} - {{ toYaml .Values.streamService.deployment.extraVolumeMounts | indent 12 }} + {{- toYaml .Values.streamService.deployment.extraVolumeMounts | nindent 12 }} {{- end }} envFrom: - secretRef: