We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cd984 commit a326616Copy full SHA for a326616
charts/cinder-csi-plugin/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: v1.34.1
3
description: Cinder CSI Chart for OpenStack
4
name: openstack-cinder-csi
5
-version: 2.34.1
+version: 2.34.2
6
home: https://github.com/kubernetes/cloud-provider-openstack
7
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
maintainers:
charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml
@@ -23,6 +23,8 @@ spec:
23
serviceAccount: csi-cinder-node-sa
24
hostNetwork: true
25
dnsPolicy: {{ .Values.csi.plugin.nodePlugin.dnsPolicy }}
26
+ securityContext:
27
+ {{- toYaml .Values.csi.plugin.nodePlugin.podSecurityContext | nindent 8 }}
28
containers:
29
- name: node-driver-registrar
30
securityContext:
0 commit comments