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 2022/06/23 17:43:48 UTC

[incubator-sdap-nexus] branch fix_helm_bug_releated_to_144 created (now b9c9a7e)

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

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


      at b9c9a7e  fix bugs in helm chart after update for proxy feature

This branch includes the following new commits:

     new b9c9a7e  fix bugs in helm chart after update for proxy feature

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-sdap-nexus] 01/01: fix bugs in helm chart after update for proxy feature

Posted by tl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b9c9a7ebf946f7d81a4a727ad5b9127496a5cc05
Author: tloubrieu-jpl <lo...@jpl.nasa.gov>
AuthorDate: Thu Jun 23 10:36:08 2022 -0700

    fix bugs in helm chart after update for proxy feature
---
 helm/templates/webapp.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm/templates/webapp.yml b/helm/templates/webapp.yml
index 9417a88..a5a9784 100644
--- a/helm/templates/webapp.yml
+++ b/helm/templates/webapp.yml
@@ -16,7 +16,7 @@ spec:
     - --cassandra-username={{ include "nexus.credentials.cassandra.username" . }}
     - --cassandra-password={{ include "nexus.credentials.cassandra.password" . }}
     - --solr-host={{ include "nexus.urls.solr" . }}
-    - --collections-path={{ include "nexus.collectionsConfig.mountPath" . }}/collections-config.yaml
+    - --collections-path={{ include "nexus.collectionsConfig.mountPath" . }}/collections.yml
   sparkVersion: "3.1.1"
   volumes:
     - name: collections-config-volume
@@ -35,7 +35,7 @@ spec:
 {{ .Values.webapp.distributed.driver | toYaml | indent 4 }}
     labels:
       version: 3.1.1
-  serviceAccount: spark-serviceaccount
+    serviceAccount: spark-serviceaccount
   executor:
 {{ .Values.webapp.distributed.executor| toYaml | indent 4 }}
     labels:
@@ -58,4 +58,4 @@ spec:
     port: 8083
     targetPort: 8083
 
-{{ end }}
\ No newline at end of file
+{{ end }}