Compare commits
2 Commits
fix/handli
...
feature/cm
Author | SHA1 | Date | |
---|---|---|---|
eaca6b70c1 | |||
987fde8006 |
@ -35,6 +35,9 @@ spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
{{- if .Values.command }}
|
||||
cmd: {{ .Values.command }}
|
||||
{{- end}}
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
|
Reference in New Issue
Block a user