diff --git a/setup-access.yaml b/setup-access.yaml index 39585b7..e9aa773 100644 --- a/setup-access.yaml +++ b/setup-access.yaml @@ -19,7 +19,7 @@ apiVersion: rbac.authorization.k8s.io/v1beta1 metadata: name: phpa-cluster-role rules: -- apiGroups: ["extensions"] +- apiGroups: ["apps"] resources: ["deployments", "deployments/scale"] verbs: ["get", "list", "watch", "update", "patch"] ---