Skip to content

Commit

Permalink
Merge pull request #20 from aiyengar2/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in helm-job-image
  • Loading branch information
Arvind Iyengar authored Jul 25, 2022
2 parents 0e5105f + d948283 commit b03ac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/helm-project-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
{{- if not .Values.helmController.enabled }}
- --disable-embedded-helm-controller
{{- else }}
- --helm-job-image={{ template "system_default_registry" . }}{{ .Values.helmController.job.image.repository }}:{{ .Values.helmController.job.image.tag }}
- --helm-job-image={{ template "system_default_registry" . }}{{ .Values.helmController.job.image.repository }}:{{ .Values.helmController.job.image.tag }}
{{- end }}
{{- if not .Values.helmLocker.enabled }}
- --disable-embedded-helm-locker
Expand Down

0 comments on commit b03ac8d

Please sign in to comment.