diff --git a/charts/primary-site/templates/cronjobs/garbage-collector.yaml b/charts/primary-site/templates/cronjobs/garbage-collector.yaml index c997e1f..ce630dd 100644 --- a/charts/primary-site/templates/cronjobs/garbage-collector.yaml +++ b/charts/primary-site/templates/cronjobs/garbage-collector.yaml @@ -19,11 +19,11 @@ spec: secretName: gcp-cloud-credential optional: true {{- if .Values.garbageCollector.deployment.extraVolumes }} - {{ toYaml .Values.garbageCollector.deployment.extraVolumes | indent 12 }} + {{- toYaml .Values.garbageCollector.deployment.extraVolumes | nindent 12 }} {{- end }} {{- if .Values.garbageCollector.deployment.initContainers }} initContainers: - {{ toYaml .Values.garbageCollector.deployment.initContainers | indent 12 }} + {{- toYaml .Values.garbageCollector.deployment.initContainers | nindent 12 }} {{- end }} containers: - name: garbage-collector @@ -32,7 +32,7 @@ spec: - mountPath: /secrets name: cloud-credentials {{- if .Values.garbageCollector.deployment.extraVolumeMounts }} - {{ toYaml .Values.garbageCollector.deployment.extraVolumeMounts | indent 16 }} + {{- toYaml .Values.garbageCollector.deployment.extraVolumeMounts | nindent 16 }} {{- end }} envFrom: - secretRef: