Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sofuture committed Dec 16, 2024
1 parent 03f045b commit b7b96c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/primary-site/templates/cronjobs/garbage-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b7b96c4

Please sign in to comment.