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

mbalassi 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 c33f7e1  [FLINK-27211] Adds deployments/finalizers for OpenShift 
Deployment
c33f7e1 is described below

commit c33f7e1a0dd05ae38826a42f2fa605b4c9663eee
Author: jbusche <[email protected]>
AuthorDate: Wed Apr 13 07:23:28 2022 -0700

    [FLINK-27211] Adds deployments/finalizers for OpenShift Deployment
---
 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 57ee3f4..f68d0ca 100644
--- a/helm/flink-kubernetes-operator/templates/rbac.yaml
+++ b/helm/flink-kubernetes-operator/templates/rbac.yaml
@@ -44,6 +44,7 @@ rules:
       - apps
     resources:
       - deployments
+      - deployments/finalizers
       - replicasets
     verbs:
       - "*"
@@ -87,6 +88,7 @@ rules:
       - apps
     resources:
       - deployments
+      - deployments/finalizers
     verbs:
       - '*'
 {{- end }}

Reply via email to