Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ hcloud-cloud-controller-manager
*.tgz
hack/.*
coverage/
.vscode
Comment thread
guettli marked this conversation as resolved.
Outdated
9 changes: 0 additions & 9 deletions chart/.snapshots/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ rules:
- serviceaccounts
verbs:
- create
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- get
- list
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
9 changes: 0 additions & 9 deletions chart/.snapshots/full.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ rules:
- serviceaccounts
verbs:
- create
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- get
- list
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
9 changes: 0 additions & 9 deletions chart/templates/clusterrole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ rules:
- serviceaccounts
verbs:
- create
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- get
- list
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
9 changes: 0 additions & 9 deletions deploy/ccm-networks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ rules:
- serviceaccounts
verbs:
- create
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- get
- list
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
9 changes: 0 additions & 9 deletions deploy/ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ rules:
- serviceaccounts
verbs:
- create
- apiGroups:
- ""
resources:
- persistentvolumes
verbs:
- get
- list
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
Loading