dimberman commented on a change in pull request #9468:
URL: https://github.com/apache/airflow/pull/9468#discussion_r447961523



##########
File path: chart/templates/rbac/pod-launcher-rolebinding.yaml
##########
@@ -21,7 +21,7 @@
 {{- if and .Values.rbacEnabled .Values.allowPodLaunching }}
 {{- $grantScheduler := or (eq .Values.executor "LocalExecutor") (eq 
.Values.executor "SequentialExecutor") (eq .Values.executor 
"KubernetesExecutor") }}
 {{- $grantWorker := or (eq .Values.executor "CeleryExecutor") (eq 
.Values.executor "KubernetesExecutor") }}
-kind: RoleBinding
+kind: ClusterRoleBinding

Review comment:
       That said, I think we can still merge this and decide this after. I want 
to get this into v1-10-test ASAP so I can start running integration tests.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to