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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3fa3a82  fix bugs in helm chart after update for proxy feature (#170)
3fa3a82 is described below

commit 3fa3a82535f850abce67245b7dec515a3db72da5
Author: thomas loubrieu <[email protected]>
AuthorDate: Wed Jul 6 16:35:44 2022 -0700

    fix bugs in helm chart after update for proxy feature (#170)
    
    * fix bugs in helm chart after update for proxy feature
    
    * update CHANGELOG for ticket 388 (proxy)
    
    Co-authored-by: tloubrieu-jpl <[email protected]>
---
 CHANGELOG.md              | 1 +
 helm/templates/webapp.yml | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e70258b..fa91402 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 ### Added
+- SDAP-388: Enable SDAP to proxy/redirect to alternate SDAP
 - SDAP-372: Updated matchup algorithm to point to AWS insitu API endpoint
 - SDAP-372: Added new matchup endpoint `match_spark_doms` that points to DOMS 
insitu endpoint
 - SDAP-372: Updated `match_spark_doms` to interface with samos_cdms endpoint 
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 }}

Reply via email to