This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new fea41f2d [FLINK-32652] Add deployments/scale to RBAC rules
fea41f2d is described below

commit fea41f2d98cf5cd70254f2a504c751a7be198b65
Author: Mate Czagany <[email protected]>
AuthorDate: Sun Jul 23 15:31:29 2023 +0200

    [FLINK-32652] Add deployments/scale to RBAC rules
---
 helm/flink-kubernetes-operator/templates/rbac.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm/flink-kubernetes-operator/templates/rbac.yaml 
b/helm/flink-kubernetes-operator/templates/rbac.yaml
index 9b921a4e..4d8bb7ff 100644
--- a/helm/flink-kubernetes-operator/templates/rbac.yaml
+++ b/helm/flink-kubernetes-operator/templates/rbac.yaml
@@ -43,6 +43,7 @@ rules:
       - apps
     resources:
       - deployments
+      - deployments/scale
       - deployments/finalizers
       - replicasets
     verbs:

Reply via email to