Skip to content
Snippets Groups Projects
Commit a3192e8f authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-3034-fe-resource-redirect

parents 470c9665 d4897ca0
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }}
{{- end -}}
{{- define "app.grpc_client_user-manager_address" -}}
{{ printf "%s.%s:9000" ( coalesce .Values.usermanagerName "user-manager" ) .Release.Namespace }}
{{ printf "dns:///%s.%s:9000" ( coalesce .Values.usermanagerName "user-manager" ) .Release.Namespace }}
{{- end -}}
{{- define "app.spring_cloud_config_administration_address" -}}
......
......@@ -53,7 +53,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: grpc_client_user-manager_address
value: user-manager.sh-helm-test:9000
value: dns:///user-manager.sh-helm-test:9000
- it: should have service binding root
set:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment