Skip to content

Commit

Permalink
fix: up
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 29, 2023
1 parent d88908a commit 165af4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
image: "{{ or .Values.registry .Values.global.registry }}{{ if (or .Values.imageProject .Values.global.imageProject) }}{{ (print "/" (or .Values.imageProject .Values.global.imageProject)) }}{{ end }}{{ if (or .Values.imageRepository .Values.global.imageRepository) }}{{ (print "/" (or .Values.imageRepository .Values.global.imageRepository)) }}{{ end }}{{ if .Values.imagePackage }}{{ (print "/" .Values.imagePackage) }}{{ end }}:{{ or .Values.imageTag .Values.global.imageTag }}"
{{- end }}
{{- if .Values.entrypoint }}
command: |
command:
{{- tpl (.Values.entrypoint | toYaml) $ | nindent 12 }}
{{- end }}
{{- if .Values.cmd }}
Expand Down

0 comments on commit 165af4c

Please sign in to comment.