From d9680d717ff445c774e5f857a187e918ff60025a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 7 Apr 2026 10:41:44 +0200 Subject: [PATCH 1/2] Remove RBACs for persistentvolumnes --- .gitignore | 1 + chart/.snapshots/default.yaml | 9 --------- chart/.snapshots/full.daemonset.yaml | 9 --------- chart/templates/clusterrole.yml | 9 --------- deploy/ccm-networks.yaml | 9 --------- deploy/ccm.yaml | 9 --------- 6 files changed, 1 insertion(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 0fd693953..cdd2977c3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ hcloud-cloud-controller-manager *.tgz hack/.* coverage/ +.vscode diff --git a/chart/.snapshots/default.yaml b/chart/.snapshots/default.yaml index 30a2d7987..4e49d8823 100644 --- a/chart/.snapshots/default.yaml +++ b/chart/.snapshots/default.yaml @@ -60,15 +60,6 @@ rules: - serviceaccounts verbs: - create - - apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - update - - watch - apiGroups: - coordination.k8s.io resources: diff --git a/chart/.snapshots/full.daemonset.yaml b/chart/.snapshots/full.daemonset.yaml index 1faf7b6e8..83d09b345 100644 --- a/chart/.snapshots/full.daemonset.yaml +++ b/chart/.snapshots/full.daemonset.yaml @@ -60,15 +60,6 @@ rules: - serviceaccounts verbs: - create - - apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - update - - watch - apiGroups: - coordination.k8s.io resources: diff --git a/chart/templates/clusterrole.yml b/chart/templates/clusterrole.yml index 08e0febfd..8f599056b 100644 --- a/chart/templates/clusterrole.yml +++ b/chart/templates/clusterrole.yml @@ -52,15 +52,6 @@ rules: - serviceaccounts verbs: - create - - apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - update - - watch - apiGroups: - coordination.k8s.io resources: diff --git a/deploy/ccm-networks.yaml b/deploy/ccm-networks.yaml index 445902a9f..5034593b9 100644 --- a/deploy/ccm-networks.yaml +++ b/deploy/ccm-networks.yaml @@ -60,15 +60,6 @@ rules: - serviceaccounts verbs: - create - - apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - update - - watch - apiGroups: - coordination.k8s.io resources: diff --git a/deploy/ccm.yaml b/deploy/ccm.yaml index d1ba79d70..79eeb9a38 100644 --- a/deploy/ccm.yaml +++ b/deploy/ccm.yaml @@ -60,15 +60,6 @@ rules: - serviceaccounts verbs: - create - - apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - update - - watch - apiGroups: - coordination.k8s.io resources: From fb8f9289c579ebd1d519027178b0897e41fee3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 7 Apr 2026 14:33:54 +0200 Subject: [PATCH 2/2] Update .gitignore Co-authored-by: Lukas Metzner --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index cdd2977c3..0fd693953 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ hcloud-cloud-controller-manager *.tgz hack/.* coverage/ -.vscode