mbalassi commented on a change in pull request #42:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/42#discussion_r820695282
##########
File path: helm/flink-operator/templates/rbac.yaml
##########
@@ -132,7 +190,25 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
- name: {{ template "flink-operator.serviceAccountName" . }}
+ name: {{ include "flink-operator.serviceAccountName" . }}
+ namespace: {{ .Values.operatorNamespace.name }}
+---
+apiVersion: rbac.authorization.k8s.io/v1
Review comment:
Fair point, given that we are trying to limit the footprint of the roles
created I will create only role/rolebing in the operator namespace.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]