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 0edb5443 [FLINK-32103] Update RBAC for OpenShift Deployment
0edb5443 is described below

commit 0edb5443bf38c7a2dd5ada56f10301e4799f9b35
Author: James Busche <[email protected]>
AuthorDate: Thu May 18 23:32:13 2023 -0700

    [FLINK-32103] Update RBAC for OpenShift Deployment
    
    Signed-off-by: James Busche <[email protected]>
---
 helm/flink-kubernetes-operator/templates/rbac.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm/flink-kubernetes-operator/templates/rbac.yaml 
b/helm/flink-kubernetes-operator/templates/rbac.yaml
index f50852e7..c08da48b 100644
--- a/helm/flink-kubernetes-operator/templates/rbac.yaml
+++ b/helm/flink-kubernetes-operator/templates/rbac.yaml
@@ -59,8 +59,10 @@ rules:
     resources:
       - flinkdeployments
       - flinkdeployments/status
+      - flinkdeployments/finalizers
       - flinksessionjobs
       - flinksessionjobs/status
+      - flinksessionjobs/finalizers
     verbs:
       - "*"
   - apiGroups:

Reply via email to