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

ozg-3938 fix disable grpc tls

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