Skip to content

Commit

Permalink
fix: remove extra client secret setting and provide default tab labels
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Nov 13, 2024
1 parent f94016c commit 3827f6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/science-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ org.opencadc.science-portal.oidc.clientSecret = {{ $clientSecret }}
org.opencadc.science-portal.oidc.clientSecret = {{ .clientSecret }}
{{- end }}

org.opencadc.science-portal.oidc.clientSecret = {{ .clientSecret }}
org.opencadc.science-portal.oidc.callbackURI = {{ .callbackURI }}
org.opencadc.science-portal.oidc.redirectURI = {{ .redirectURI }}
org.opencadc.science-portal.oidc.scope = {{ .scope }}
Expand Down
4 changes: 4 additions & 0 deletions deployment/helm/science-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ deployment:
image: images.opencadc.org/platform/science-portal:0.3.0
imagePullPolicy: Always

tabLabels:
- "Standard"
- "Advanced"

# Optionally set the DEBUG port.
# extraEnv:
# - name: CATALINA_OPTS
Expand Down

0 comments on commit 3827f6f

Please sign in to comment.