You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2021/09/17 14:40:39 UTC

[zeppelin] branch master updated: HOTFIX k8s interpreter spec

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

pdallig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 924e38f  HOTFIX k8s interpreter spec
924e38f is described below

commit 924e38f1918cbc9fd1282b76ef99212a911b6e2f
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Fri Sep 17 16:40:13 2021 +0200

    HOTFIX k8s interpreter spec
---
 k8s/interpreter/100-interpreter-spec.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/k8s/interpreter/100-interpreter-spec.yaml b/k8s/interpreter/100-interpreter-spec.yaml
index 8303f9c..b2e59e7 100644
--- a/k8s/interpreter/100-interpreter-spec.yaml
+++ b/k8s/interpreter/100-interpreter-spec.yaml
@@ -165,6 +165,7 @@ kind: RoleBinding
 apiVersion: rbac.authorization.k8s.io/v1
 metadata:
   name: {{zeppelin.k8s.interpreter.pod.name}}
+  namespace: {{zeppelin.k8s.interpreter.namespace}}
   {% if zeppelin.k8s.server.uid is defined %}
   ownerReferences:
   - apiVersion: v1
@@ -188,7 +189,7 @@ apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: spark-ui-{{zeppelin.k8s.interpreter.pod.name}}
-  namespace: {{zeppelin.k8s.namespace}}
+  namespace: {{zeppelin.k8s.interpreter.namespace}}
   {% if zeppelin.k8s.server.uid is defined %}
   ownerReferences:
   - apiVersion: v1
@@ -211,4 +212,4 @@ spec:
             port:
               number: 4040
 {% endif %} 
-{% endif %}
\ No newline at end of file
+{% endif %}