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

ozg-3938 fix disable grpc

parent 61656214
Branches
Tags
No related merge requests found
......@@ -221,7 +221,7 @@ spec:
{{- if .Values.disableGrpcTls }}
- name: grpc_server_security_enabled
value: false
value: "false"
{{- end }}
{{- if or (.Values.database).useExternal (.Values.ozgcloudProxyApi).apikey }}
......
......@@ -93,4 +93,4 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: grpc_server_security_enabled
value: false
\ No newline at end of file
value: "false"
\ 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