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

Merge pull request 'OZG-6638 VorgangManager: Fix für Registrierung am ZuFi'...

Merge pull request 'OZG-6638 VorgangManager: Fix für Registrierung am ZuFi' (#470) from OZG-6638-fix-zufi-registrierung into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/vorgang-manager/pulls/470


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents ada8da95 ad538e67
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ spec: ...@@ -160,7 +160,7 @@ spec:
- name: grpc_client_zufi-manager_address - name: grpc_client_zufi-manager_address
value: {{ (.Values.zufiManager).address }} value: {{ (.Values.zufiManager).address }}
- name: grpc_client_zufi-manager_negotiationType - name: grpc_client_zufi-manager_negotiationType
value: {{ ((.Values.ozgcloud).zufiManager).negotiationType }} value: {{ (.Values.zufiManager).grpcClientNegotiationType }}
{{- if not (.Values.database).useExternal }} {{- if not (.Values.database).useExternal }}
- name: spring_data_mongodb_uri - name: spring_data_mongodb_uri
valueFrom: valueFrom:
......
...@@ -73,9 +73,8 @@ tests: ...@@ -73,9 +73,8 @@ tests:
- it: check if zufi-manager negotiationType is set - it: check if zufi-manager negotiationType is set
set: set:
ozgcloud: zufiManager:
zufiManager: grpcClientNegotiationType: NOT_DEFAULT
negotiationType: NOT_DEFAULT
asserts: asserts:
- contains: - contains:
path: spec.template.spec.containers[0].env path: spec.template.spec.containers[0].env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment