File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
charts/spire/charts/spire-server/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ spec:
48
48
shareProcessNamespace : true
49
49
securityContext :
50
50
{{- toYaml .Values.podSecurityContext | nindent 8 }}
51
- {{- if or (gt (len .Values.initContainers) 0) (and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create) }}
52
51
{{- if .Values.priorityClassName }}
53
52
priorityClassName : {{ .Values.priorityClassName }}
54
53
{{- end }}
54
+ {{- if or (gt (len .Values.initContainers) 0) (and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create) }}
55
55
initContainers :
56
56
{{- if and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create }}
57
57
- name : wait
You can’t perform that action at this time.
0 commit comments