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

Merge branch 'master' into OZG-6727-bugfix

parents caf4282f a2c9dcbe
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }}
{{- end -}}
{{- define "app.grpc_client_vorgang_manager_address" -}}
{{ printf "%s.%s:9090" ( coalesce .Values.vorgangManagerName "vorgang-manager" ) .Release.Namespace | replace "+" "_" | trunc 63 | trimSuffix "-" }}
{{ printf "dns:///%s.%s:9090" ( coalesce .Values.vorgangManagerName "vorgang-manager" ) .Release.Namespace | replace "+" "_" | trunc 63 | trimSuffix "-" }}
{{- end -}}
{{- define "app.grpc_client_user-manager_address" -}}
......
......@@ -48,7 +48,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: grpc_client_vorgang-manager_address
value: vorgang-manager.sh-helm-test:9090
value: dns:///vorgang-manager.sh-helm-test:9090
- contains:
path: spec.template.spec.containers[0].env
content:
......
......@@ -46,4 +46,4 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: grpc_client_vorgang-manager_address
value: my-test-vorgang-manager-name.sh-helm-test:9090
value: dns:///my-test-vorgang-manager-name.sh-helm-test:9090
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment