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

Merge pull request 'ozg-3938 fix disable grpc' (#369) from ozg-3938-fix-disable-grpc into master

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