Skip to content

Commit

Permalink
fix: small typo on auth chart
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Aug 19, 2024
1 parent 97cd3a9 commit 2c7ddca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tracetest-auth/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ data:
ISSUER_URL: {{ include "tracetest-common.url" .Values.global.urls.auth }}
BASE_AUTH_URL: {{ include "tracetest-common.url" .Values.global.urls.auth }}
DEFAULT_BROWSER_RETURN_URL: {{ include "tracetest-common.url" .Values.global.urls.web }}
ERROR_UI_URL: {{ include "tracetest-common.url" .Values.global.urls.web }}error
ERROR_UI_URL: {{ include "tracetest-common.url" .Values.global.urls.web }}/error
LOGIN_URL: {{ include "tracetest-common.url" .Values.global.urls.auth }}/oathkeeper/login
LOGIN_AFTER_HOOK_URL: http://{{ .Release.Name }}-tracetest-cloud.{{ .Release.Namespace }}:{{ .Values.global.tracetestCloud.service.httpPort}}/webhook/login
CORS_ALLOWED_ORIGINS: '["{{ include "tracetest-common.url" .Values.global.urls.web }}"]' #this must be in json format
Expand Down

0 comments on commit 2c7ddca

Please sign in to comment.