Skip to content
Snippets Groups Projects
Commit c7dd67f8 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7573 OZG-7987 adjust names of variables

parent 803ee1e0
No related branches found
No related tags found
1 merge request!23Ozg 7573 forwarding interface
...@@ -164,9 +164,9 @@ spec: ...@@ -164,9 +164,9 @@ spec:
value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT" }} value: {{ (.Values.zufiManager).grpcClientNegotiationType | default "PLAINTEXT" }}
{{- end}} {{- end}}
- name: grpc_client_forwarder_address - name: grpc_client_forwarder_address
value: {{ ((.Values.ozgcloud).forwarder).address }} value: {{ (.Values.forwarder).address }}
- name: grpc_client_forwarder_negotiationType - name: grpc_client_forwarder_negotiationType
value: {{ ((.Values.ozgcloud).forwarder).grpcClientNegotiationType | default "TLS" }} value: {{ (.Values.forwarder).grpcClientNegotiationType | default "TLS" }}
{{- if not (.Values.database).useExternal }} {{- if not (.Values.database).useExternal }}
- name: spring_data_mongodb_uri - name: spring_data_mongodb_uri
......
...@@ -37,7 +37,6 @@ set: ...@@ -37,7 +37,6 @@ set:
tests: tests:
- it: should set the grpc forwarder client address - it: should set the grpc forwarder client address
set: set:
ozgcloud:
forwarder: forwarder:
address: https://forwarder.my-wonderful-domain.local:9000 address: https://forwarder.my-wonderful-domain.local:9000
asserts: asserts:
...@@ -55,7 +54,6 @@ tests: ...@@ -55,7 +54,6 @@ tests:
value: TLS value: TLS
- it: should set the negotiation type - it: should set the negotiation type
set: set:
ozgcloud:
forwarder: forwarder:
grpcClientNegotiationType: PLAINTEXT grpcClientNegotiationType: PLAINTEXT
asserts: asserts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment