You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mo...@apache.org on 2022/12/04 13:37:06 UTC

[flink-kubernetes-operator] 02/02: Remove WATCH_NAMESPACE from helm chart

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

morhidi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git

commit 2228e58ff498ccbf1aeb59edb6e3277af54c2e1f
Author: Tony Garrard <ga...@uk.ibm.com>
AuthorDate: Fri Nov 18 13:37:36 2022 +0000

    Remove WATCH_NAMESPACE from helm chart
    
    Signed-off-by: A. Garrard <GA...@uk.ibm.com>
---
 helm/flink-kubernetes-operator/templates/flink-operator.yaml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/helm/flink-kubernetes-operator/templates/flink-operator.yaml b/helm/flink-kubernetes-operator/templates/flink-operator.yaml
index b5e3d3f3..e8caa574 100644
--- a/helm/flink-kubernetes-operator/templates/flink-operator.yaml
+++ b/helm/flink-kubernetes-operator/templates/flink-operator.yaml
@@ -82,10 +82,6 @@ spec:
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
-            - name: WATCH_NAMESPACES
-              valueFrom:
-                fieldRef:
-                  fieldPath: metadata.annotations['olm.targetNamespaces']
             - name: OPERATOR_NAME
               value: {{ include "flink-operator.name" . }}
             - name: FLINK_CONF_DIR
@@ -164,10 +160,6 @@ spec:
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
-            - name: WATCH_NAMESPACES
-              valueFrom:
-                fieldRef:
-                  fieldPath: metadata.annotations['olm.targetNamespaces']
           securityContext:
             {{- toYaml .Values.webhookSecurityContext | nindent 12 }}
           volumeMounts: