You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/07/27 23:34:49 UTC

[incubator-sdap-nexus] branch bug_fixes updated: fix namespace

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

eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/bug_fixes by this push:
     new 92bf682  fix namespace
92bf682 is described below

commit 92bf682dd4ea7cd73af9afba08bc4b4732c4a8ba
Author: Eamon Ford <ea...@jpl.nasa.gov>
AuthorDate: Mon Jul 27 16:34:37 2020 -0700

    fix namespace
---
 helm/templates/init-cassandra-configmap.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/templates/init-cassandra-configmap.yml b/helm/templates/init-cassandra-configmap.yml
index eadbc9c..3e7ed3c 100644
--- a/helm/templates/init-cassandra-configmap.yml
+++ b/helm/templates/init-cassandra-configmap.yml
@@ -10,4 +10,4 @@ data:
 kind: ConfigMap
 metadata:
   name: init-cassandra
-  namespace: sdap
+  namespace: {{ .Release.Namespace }}