Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Fix the init container flags of the statefulset (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfox1111 committed Jun 22, 2023
1 parent 3b66660 commit 8409674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8409674

Please sign in to comment.