Skip to content

Commit d9680d7

Browse files
committed
Remove RBACs for persistentvolumnes
1 parent c3cb5a6 commit d9680d7

6 files changed

Lines changed: 1 addition & 45 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ hcloud-cloud-controller-manager
88
*.tgz
99
hack/.*
1010
coverage/
11+
.vscode

chart/.snapshots/default.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

chart/.snapshots/full.daemonset.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

chart/templates/clusterrole.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ rules:
5252
- serviceaccounts
5353
verbs:
5454
- create
55-
- apiGroups:
56-
- ""
57-
resources:
58-
- persistentvolumes
59-
verbs:
60-
- get
61-
- list
62-
- update
63-
- watch
6455
- apiGroups:
6556
- coordination.k8s.io
6657
resources:

deploy/ccm-networks.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

deploy/ccm.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ rules:
6060
- serviceaccounts
6161
verbs:
6262
- create
63-
- apiGroups:
64-
- ""
65-
resources:
66-
- persistentvolumes
67-
verbs:
68-
- get
69-
- list
70-
- update
71-
- watch
7263
- apiGroups:
7364
- coordination.k8s.io
7465
resources:

0 commit comments

Comments
 (0)