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