Skip to content

Commit 04fa377

Browse files
committed
helm chart release
1 parent e3b46cd commit 04fa377

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

charts/libvirt-csi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: csi-libvirt
33
description: LibVirt CSI Driver
44
type: application
55

6-
version: 0.5.3
7-
appVersion: "v0.5.3"
6+
version: 0.5.4
7+
appVersion: "v0.5.4"

charts/libvirt-csi/templates/node.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ rules:
149149
resources: ["events"]
150150
verbs: ["get", "list", "watch", "create", "update", "patch"]
151151
---
152+
kind: ClusterRole
153+
apiVersion: rbac.authorization.k8s.io/v1
154+
metadata:
155+
name: csi-libvirt-node-driver-read-node-labels
156+
namespace: kube-system
157+
rules:
158+
- apiGroups: [""]
159+
resources: ["nodes"]
160+
verbs: ["get", "list"]
161+
---
152162
kind: ClusterRoleBinding
153163
apiVersion: rbac.authorization.k8s.io/v1
154164
metadata:
@@ -160,4 +170,17 @@ subjects:
160170
roleRef:
161171
kind: ClusterRole
162172
name: csi-libvirt-node-driver-registrar-role
173+
apiGroup: rbac.authorization.k8s.io
174+
---
175+
kind: ClusterRoleBinding
176+
apiVersion: rbac.authorization.k8s.io/v1
177+
metadata:
178+
name: csi-libvirt-node-driver-read-node-labels-binding
179+
subjects:
180+
- kind: ServiceAccount
181+
name: csi-libvirt-node-sa
182+
namespace: kube-system
183+
roleRef:
184+
kind: ClusterRole
185+
name: csi-libvirt-node-driver-read-node-labels-role
163186
apiGroup: rbac.authorization.k8s.io

0 commit comments

Comments
 (0)