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:42 UTC

[incubator-sdap-nexus] 19/28: fix cass url for granule ingester

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