Skip to content

Commit

Permalink
helm chart release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugome committed May 27, 2023
1 parent e3b46cd commit 04fa377
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/libvirt-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: csi-libvirt
description: LibVirt CSI Driver
type: application

version: 0.5.3
appVersion: "v0.5.3"
version: 0.5.4
appVersion: "v0.5.4"
23 changes: 23 additions & 0 deletions charts/libvirt-csi/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ rules:
resources: ["events"]
verbs: ["get", "list", "watch", "create", "update", "patch"]
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: csi-libvirt-node-driver-read-node-labels
namespace: kube-system
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand All @@ -160,4 +170,17 @@ subjects:
roleRef:
kind: ClusterRole
name: csi-libvirt-node-driver-registrar-role
apiGroup: rbac.authorization.k8s.io
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: csi-libvirt-node-driver-read-node-labels-binding
subjects:
- kind: ServiceAccount
name: csi-libvirt-node-sa
namespace: kube-system
roleRef:
kind: ClusterRole
name: csi-libvirt-node-driver-read-node-labels-role
apiGroup: rbac.authorization.k8s.io

0 comments on commit 04fa377

Please sign in to comment.