Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CYBELE
helm
visualization
Commits
fe7966fe
Commit
fe7966fe
authored
Oct 08, 2021
by
Gabriele Giammatteo
Browse files
fix cors origin value
parent
2f7b04c3
Pipeline
#5518
passed with stages
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/backend-deployment.yaml
View file @
fe7966fe
...
...
@@ -40,9 +40,9 @@ env:
value
:
{{
.Values.keycloak.authUrl
}}
-
name
:
KEYCLOAK_CLIENT_ID
value
:
{{
.Values.keycloak.clientId
}}
-
name
:
CORS_ORIGIN_STRING
value
:
localhost:3000
{{
- end
}}
-
name
:
CORS_ORIGIN_STRING
value
:
{{
include "cybco.call-in-virtual-context" (list "cybco.external.url" . "" "frontend")
}}
-
name
:
DEV_FLAG_LXS_ENABLED
value
:
{{
.Values.features.lxs | quote
}}
{{
- if .Values.features.lxs
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment