You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/14 15:14:37 UTC

[GitHub] [flink-kubernetes-operator] mbalassi commented on a change in pull request #50: [FLINK-26594] Helm - Replace operatorNamespace with Release Namespace

mbalassi commented on a change in pull request #50:
URL: https://github.com/apache/flink-kubernetes-operator/pull/50#discussion_r826053366



##########
File path: helm/flink-operator/templates/serviceaccount.yaml
##########
@@ -22,7 +22,7 @@ apiVersion: v1
 kind: ServiceAccount
 metadata:
   name: {{ include "flink-operator.serviceAccountName" . }}
-  namespace: {{ .Values.operatorNamespace.name }}
+  namespace: {{ Release.Namespace }}

Review comment:
       I assume this should be `.Release.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: commits-unsubscribe@flink.apache.org

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