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

OZG-6638 [chore] refactor grcp client negotiation type property

parent ada8da95
Branches
Tags
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:
negotiationType: NOT_DEFAULT grpcClientNegotiationType: 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