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

OZG-6747 update helm env

parent df5211c4
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ spec:
- name: HTTP_SERVER_PORT
value: "8082"
- name: GRPC_SERVER_MOCK
value: "{{ ((.Values.grpc).server).mock }}"
value: "false"
- name: GRPC_SERVER_PORT
value: "9090"
{{- with include "app.getCustomList" . }}
......
......@@ -63,7 +63,7 @@ tests:
name: test_environment
value: "B test value"
- it: check envs default values
- it: check envs values
asserts:
- contains:
path: spec.template.spec.containers[0].env
......@@ -80,15 +80,3 @@ tests:
content:
name: GRPC_SERVER_PORT
value: "9090"
- it: should set GRPC_SERVER_MOCK
set:
grpc:
server:
mock: true
asserts:
- contains:
path: spec.template.spec.containers[0].env
content:
name: GRPC_SERVER_MOCK
value: "true"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment