Fix the init container flags of the statefulset (#366)

This commit is contained in:
kfox1111
2023-06-22 18:57:07 +02:00
committed by GitHub
parent 3b6666016c
commit 8409674a3e
@@ -43,7 +43,7 @@ spec:
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
initContainers:
{{- if and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.createCA }}
{{- if and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create }}
- name: wait
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}