Skip to content

Commit 5562bd9

Browse files
author
Jack Charlie Munday
committed
fix(controller-plugin): ordering of seucirytContext and extraContainers
Signed-off-by: Jack Charlie Munday <jack.charlie.munday@cern.ch>
1 parent 0a591f7 commit 5562bd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployments/helm/cvmfs-csi/templates/controllerplugin-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ spec:
7171
{{- with .Values.controllerplugin.plugin.resources }}
7272
resources: {{ toYaml . | nindent 12 }}
7373
{{- end }}
74+
{{- with .Values.controllerplugin.securityContext }}
75+
securityContext: {{ toYaml . | nindent 12 }}
76+
{{- end }}
7477
{{- with .Values.controllerplugin.extraContainers }}
7578
{{- toYaml . | nindent 8 }}
7679
{{- end }}
77-
{{- with .Values.controllerplugin.securityContext }}
78-
securityContext: {{ toYaml . | nindent 12 }}
79-
{{- end }}
8080
volumes:
8181
- name: tmp
8282
emptyDir:

0 commit comments

Comments
 (0)