Skip to content
Snippets Groups Projects
Commit c7cc6bd5 authored by Nastassia Rabeichykava (EPAM)'s avatar Nastassia Rabeichykava (EPAM) Committed by Oleksandr Kosse (EPAM)
Browse files

GONRG-4854: test nip.io for onprem

parent 2871092b
No related branches found
No related tags found
2 merge requests!229Merge branch 'dependency-upgrade' into 'master',!177GONRG-4854: test nip.io for onprem
......@@ -10,7 +10,7 @@ data:
PROJECT_ID: "{{ .Values.data.projectId }}"
DATA_PARTITION_ID: "{{ .Values.data.dataPartitionId }}"
{{- if .Values.conf.onPremEnabled }}
DOMAIN: "{{ .Values.data.domain }}"
DOMAIN: "{{- default (printf "%s.%s" ((index (lookup "v1" "Service" .Values.data.istioNamespace "istio-ingressgateway").status.loadBalancer.ingress 0).ip) "nip.io") .Values.data.domain -}}"
ENVIRONMENT: "{{ .Values.data.environment }}"
CLIENT_ID: "{{ .Values.data.clientId }}"
{{- else }}
......
......@@ -13,6 +13,7 @@ data:
datafierSa: "datafier"
# bootstrap variables onprem
domain: ""
istioNamespace: "istio-ingress"
environment: ""
clientId: "datafier"
conf:
......
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