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

merge hot fix

parents efa4267f 3c275d72
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