Skip to content

Commit b354413

Browse files
Fix incorrect nesting of priorityClassName (#67)
Signed-off-by: Inverse Integral <[email protected]> Signed-off-by: kfox1111 <[email protected]> Co-authored-by: kfox1111 <[email protected]>
1 parent 09ebfc9 commit b354413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/spire/charts/spire-server/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ spec:
4848
shareProcessNamespace: true
4949
securityContext:
5050
{{- toYaml .Values.podSecurityContext | nindent 8 }}
51-
{{- if or (gt (len .Values.initContainers) 0) (and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create) }}
5251
{{- if .Values.priorityClassName }}
5352
priorityClassName: {{ .Values.priorityClassName }}
5453
{{- end }}
54+
{{- if or (gt (len .Values.initContainers) 0) (and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create) }}
5555
initContainers:
5656
{{- if and .Values.upstreamAuthority.certManager.enabled .Values.upstreamAuthority.certManager.ca.create }}
5757
- name: wait

0 commit comments

Comments
 (0)