Skip to content

Commit a326616

Browse files
authored
[cinder-csi-plugin] podSecurityContext is missing in nodePlugin DaemonSet (#2981)
* podSecurityContext is missing is nodePlugin DaemonSet * [cinder-csi-plugin] Bump chart version
1 parent f6cd984 commit a326616

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: v1.34.1
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.34.1
5+
version: 2.34.2
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/cinder-csi-plugin/templates/nodeplugin-daemonset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ spec:
2323
serviceAccount: csi-cinder-node-sa
2424
hostNetwork: true
2525
dnsPolicy: {{ .Values.csi.plugin.nodePlugin.dnsPolicy }}
26+
securityContext:
27+
{{- toYaml .Values.csi.plugin.nodePlugin.podSecurityContext | nindent 8 }}
2628
containers:
2729
- name: node-driver-registrar
2830
securityContext:

0 commit comments

Comments
 (0)