Skip to content

Commit

Permalink
fix: myriad-web auth url (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmannmal authored Feb 24, 2023
1 parent 0eafb72 commit 2f55ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/myriad-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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: 2.3.3
version: 2.3.4

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.3.3"
appVersion: "2.3.4"
maintainers:
- email: [email protected]
name: myriadsocial
2 changes: 1 addition & 1 deletion charts/myriad-web/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
value: {{ .Values.config.app.version }}
{{- end }}
{{- if .Values.config.app.authURL }}
- name: NEXT_PUBLIC_APP_AUTH_URL
- name: NEXTAUTH_URL
value: {{ .Values.config.app.authURL }}
{{- end }}
{{- if .Values.config.app.secret }}
Expand Down

0 comments on commit 2f55ab8

Please sign in to comment.