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

merge hot fix

parents efa4267f 3c275d72
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }} ...@@ -54,7 +54,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }}
{{- end -}} {{- end -}}
{{- define "app.grpc_client_user-manager_address" -}} {{- 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 -}} {{- end -}}
{{- define "app.spring_cloud_config_administration_address" -}} {{- define "app.spring_cloud_config_administration_address" -}}
......
...@@ -53,7 +53,7 @@ tests: ...@@ -53,7 +53,7 @@ tests:
path: spec.template.spec.containers[0].env path: spec.template.spec.containers[0].env
content: content:
name: grpc_client_user-manager_address 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 - it: should have service binding root
set: set:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment