feat: add option to define initContainers

This commit is contained in:
Markus Pesch 2024-09-24 18:23:41 +02:00
parent 8b9c92b6c7
commit 288a23c9fe
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 6 additions and 0 deletions

View File

@ -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 }}

View File

@ -535,6 +535,8 @@ ingress:
hosts:
- "your-hostname"
initContainers: []
livenessProbe:
httpGet:
scheme: HTTP