Skip to content

Commit 7fbeba0

Browse files
authored
Merge pull request #414 from Raffo/master
Fix wrongly configured `namespace` for `ClusterRole`
2 parents 5bc9188 + 47ba3c9 commit 7fbeba0

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
1 Byte
Binary file not shown.

charts/latest/blob-csi-driver/templates/rbac-csi-blob-node.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
kind: ClusterRole
44
apiVersion: rbac.authorization.k8s.io/v1
55
metadata:
6-
namespace: {{ .Release.Namespace }}
76
name: csi-blob-node-secret-role
87
rules:
98
- apiGroups: [""]

0 commit comments

Comments
 (0)