feat: add option to define initContainers
This commit is contained in:
parent
8b9c92b6c7
commit
288a23c9fe
@ -65,6 +65,10 @@ spec:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with .Values.initContainers }}
|
||||
initContainers:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
@ -535,6 +535,8 @@ ingress:
|
||||
hosts:
|
||||
- "your-hostname"
|
||||
|
||||
initContainers: []
|
||||
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
scheme: HTTP
|
||||
|
Loading…
Reference in New Issue
Block a user