diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 8568027..2a953bd 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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 }} diff --git a/values.yaml b/values.yaml index 695506f..0557274 100644 --- a/values.yaml +++ b/values.yaml @@ -535,6 +535,8 @@ ingress: hosts: - "your-hostname" +initContainers: [] + livenessProbe: httpGet: scheme: HTTP