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
2
2
appVersion : v1.32.0
3
3
description : Manila CSI Chart for OpenStack
4
4
name : openstack-manila-csi
5
- version : 2.33.0-alpha.1
5
+ version : 2.33.0-alpha.2
6
6
home : http://github.com/kubernetes/cloud-provider-openstack
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
8
maintainers :
Original file line number Diff line number Diff line change 16
16
labels :
17
17
{{- include "openstack-manila-csi.controllerplugin.labels" . | nindent 8 }}
18
18
spec :
19
+ securityContext : {{ toYaml .Values.controllerplugin.podSecurityContext | nindent 8 }}
19
20
serviceAccountName : {{ include "openstack-manila-csi.serviceAccountName.controllerplugin" . }}
20
21
containers :
21
22
{{- range .Values.shareProtocols }}
Original file line number Diff line number Diff line change 14
14
labels :
15
15
{{- include "openstack-manila-csi.nodeplugin.labels" . | nindent 8 }}
16
16
spec :
17
+ securityContext : {{ toYaml .Values.nodeplugin.podSecurityContext | nindent 8 }}
17
18
serviceAccountName : {{ include "openstack-manila-csi.serviceAccountName.nodeplugin" . }}
18
19
hostNetwork : true
19
20
dnsPolicy : ClusterFirstWithHostNet
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ nodeplugin:
75
75
priorityClassName : " "
76
76
# Use fullnameOverride to fully override the name of this component
77
77
# fullnameOverride: some-other-name
78
+ podSecurityContext : {}
78
79
79
80
# StatefulSet deployment
80
81
controllerplugin :
@@ -119,6 +120,7 @@ controllerplugin:
119
120
# - "keystone.hostname.com"
120
121
# Use fullnameOverride to fully override the name of this component
121
122
# fullnameOverride: some-other-name
123
+ podSecurityContext : {}
122
124
123
125
# Log verbosity level.
124
126
# 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