You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by tl...@apache.org on 2020/08/11 01:59:40 UTC

[incubator-sdap-nexus] 17/28: fix namespace

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

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

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 }}