Skip to content

Commit

Permalink
Merge pull request #131 from clementguillot/130-invalid-yaml-identati…
Browse files Browse the repository at this point in the history
…on-in-generated-cronjob-cleanup

fix(helm-chart): fix labels indentation of `CronJob` job template
  • Loading branch information
clementguillot authored Apr 23, 2024
2 parents cc8e77a + 4efa77e commit 7151fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/helm-chart/src/templates/server/cleanup.cron-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
{{- end }}
{{- end }}
labels:
{{- include "nx-cloud-ce.labels" (dict "context" . "component" .Values.server.name "name" .Values.server.name) | nindent 8 }}
{{- include "nx-cloud-ce.labels" (dict "context" . "component" .Values.server.name "name" .Values.server.name) | nindent 12 }}
{{- with (mergeOverwrite (deepCopy .Values.global.podLabels) .Values.server.podLabels) }}
{{- toYaml . | nindent 14 }}
{{- end }}
Expand Down

0 comments on commit 7151fab

Please sign in to comment.