Using gomplate as hydration template engine
This commit is contained in:
parent
46c745bd28
commit
92b56c5350
47 changed files with 80 additions and 80 deletions
|
|
@ -145,7 +145,7 @@ data:
|
|||
"rootUrl": "",
|
||||
"baseUrl": "",
|
||||
"redirectUris": [
|
||||
"https://{{]] .Env.DOMAIN [[}}:443/argo-workflows/oauth2/callback"
|
||||
"https://{{{ .Env.DOMAIN }}}:443/argo-workflows/oauth2/callback"
|
||||
],
|
||||
"webOrigins": [
|
||||
"/*"
|
||||
|
|
@ -174,7 +174,7 @@ data:
|
|||
"rootUrl": "",
|
||||
"baseUrl": "",
|
||||
"redirectUris": [
|
||||
"https://{{]] .Env.DOMAIN [[}}:443/api/auth/keycloak-oidc/handler/frame"
|
||||
"https://{{{ .Env.DOMAIN }}}:443/api/auth/keycloak-oidc/handler/frame"
|
||||
],
|
||||
"webOrigins": [
|
||||
"/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue