diff --git a/deploy/helm/templates/rbac.yaml b/deploy/helm/templates/rbac.yaml index 34d9d8b..7451dfb 100644 --- a/deploy/helm/templates/rbac.yaml +++ b/deploy/helm/templates/rbac.yaml @@ -115,7 +115,7 @@ metadata: {{ include "gcore-webhook.labels" . | indent 4 }} rules: - apiGroups: - - "flowcontrol.apiserver.k8s.io/v1beta3" + - "flowcontrol.apiserver.k8s.io" resources: - "prioritylevelconfigurations" - "flowschemas" diff --git a/deploy/webhook-all.yml b/deploy/webhook-all.yml index b240b0f..063abe4 100644 --- a/deploy/webhook-all.yml +++ b/deploy/webhook-all.yml @@ -121,7 +121,7 @@ metadata: app.kubernetes.io/version: 0.1.1 rules: - apiGroups: - - "flowcontrol.apiserver.k8s.io/v1beta3" + - "flowcontrol.apiserver.k8s.io" resources: - "prioritylevelconfigurations" - "flowschemas"