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 <[email protected]> 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 }}
