File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : v1.32.0
33description : Manila CSI Chart for OpenStack
44name : openstack-manila-csi
5- version : 2.33.0-alpha.1
5+ version : 2.33.0-alpha.2
66home : http://github.com/kubernetes/cloud-provider-openstack
77icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88maintainers :
Original file line number Diff line number Diff line change 1616 labels :
1717 {{- include "openstack-manila-csi.controllerplugin.labels" . | nindent 8 }}
1818 spec :
19+ securityContext : {{ toYaml .Values.controllerplugin.podSecurityContext | nindent 8 }}
1920 serviceAccountName : {{ include "openstack-manila-csi.serviceAccountName.controllerplugin" . }}
2021 containers :
2122 {{- range .Values.shareProtocols }}
Original file line number Diff line number Diff line change 1414 labels :
1515 {{- include "openstack-manila-csi.nodeplugin.labels" . | nindent 8 }}
1616 spec :
17+ securityContext : {{ toYaml .Values.nodeplugin.podSecurityContext | nindent 8 }}
1718 serviceAccountName : {{ include "openstack-manila-csi.serviceAccountName.nodeplugin" . }}
1819 hostNetwork : true
1920 dnsPolicy : ClusterFirstWithHostNet
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ nodeplugin:
7575 priorityClassName : " "
7676 # Use fullnameOverride to fully override the name of this component
7777 # fullnameOverride: some-other-name
78+ podSecurityContext : {}
7879
7980# StatefulSet deployment
8081controllerplugin :
@@ -119,6 +120,7 @@ controllerplugin:
119120 # - "keystone.hostname.com"
120121 # Use fullnameOverride to fully override the name of this component
121122 # fullnameOverride: some-other-name
123+ podSecurityContext : {}
122124
123125# Log verbosity level.
124126# See https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md
You can’t perform that action at this time.
0 commit comments