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/28 00:47:50 UTC

[incubator-sdap-nexus] branch bug_fixes updated: fix cass url for granule ingester

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 79f601b  fix cass url for granule ingester
79f601b is described below

commit 79f601b16e8622a77e8ec1b7cefb961f68d025ed
Author: Eamon Ford <ea...@jpl.nasa.gov>
AuthorDate: Mon Jul 27 17:45:50 2020 -0700

    fix cass url for granule ingester
---
 helm/templates/granule-ingester.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/templates/granule-ingester.yml b/helm/templates/granule-ingester.yml
index 312e7dd..29fbd56 100644
--- a/helm/templates/granule-ingester.yml
+++ b/helm/templates/granule-ingester.yml
@@ -27,7 +27,7 @@ spec:
             - name: RABBITMQ_HOST
               value: {{ .Values.rabbitmq.fullnameOverride }}
             - name: CASSANDRA_CONTACT_POINTS
-              value: sdap-cassandra
+              value: {{ .Release.Name }}-cassandra
             - name: CASSANDRA_USERNAME
               value: cassandra
             - name: CASSANDRA_PASSWORD