Update deployment.yaml
This commit is contained in:
parent
f7c6d90697
commit
bba6b0655b
|
|
@ -32,7 +32,9 @@ spec:
|
|||
- name: "{{ .Chart.Name }}-info"
|
||||
image: "busybox"
|
||||
command:
|
||||
- 'echo hello'
|
||||
- "sh"
|
||||
- "-c"
|
||||
- "echo hello"
|
||||
{{- if and .Values.db .Values.db.create }}
|
||||
- name: "{{ .Chart.Name }}-create-db"
|
||||
image: {{ .Values.db.image }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue