Skip to content
Snippets Groups Projects
Commit d77638e6 authored by Danylo Vanin (EPAM)'s avatar Danylo Vanin (EPAM)
Browse files

[GONRG-9871] Update baremetal values

parent 06aca5d0
No related branches found
No related tags found
1 merge request!69[GONRG-9871] Update baremetal values
Pipeline #269690 failed
......@@ -18,7 +18,7 @@ data:
ENV_NAME: {{ printf "GC %s" .Values.global.domain | quote }}
{{- else }}
HOSTNAME: {{ printf "osdu.%s" .Values.global.domain | quote }}
TOKEN_FETCH_URL: {{ printf "https://keycloak.%s/realms/%s/protocol/openid-connect/token" .Values.global.domain .Values.global.dataPartitionId | quote}}
TOKEN_FETCH_URL: {{ printf "keycloak.%s/realms/%s/protocol/openid-connect/token" .Values.global.domain .Values.global.dataPartitionId | quote}}
GRANT_TYPE: "client_credentials"
ENV_NAME: {{ printf "RI %s" .Values.global.domain | quote }}
{{- end }}
......@@ -89,7 +89,7 @@
},
{
"key": "FILE_HOST",
"value": "https://{HOSTNAME}/api/file/v2",
"value": "{HOSTNAME}/api/file/v2",
"enabled": true
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment