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

ozg-3938 fix disable grpc tls

parent 1cd569d3
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ spec:
optional: false
{{- if .Values.disableGrpcTls }}
- name: grpc_server_security_enabled
value: false
value: "false"
{{- end }}
image: "{{ .Values.image.repo }}/{{ .Values.image.name }}:{{ coalesce (.Values.image).tag "latest" }}"
imagePullPolicy: Always
......
......@@ -75,4 +75,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