From d2522464875bf9f821ad818a00a5f4c98adb9744 Mon Sep 17 00:00:00 2001 From: ypoplavs Date: Mon, 19 Jun 2023 16:50:47 +0300 Subject: [PATCH] fix error with enabled tls --- charts/testkube-api/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/testkube-api/templates/deployment.yaml b/charts/testkube-api/templates/deployment.yaml index 6035290d0..4b18918e7 100644 --- a/charts/testkube-api/templates/deployment.yaml +++ b/charts/testkube-api/templates/deployment.yaml @@ -70,7 +70,7 @@ spec: {{- end }} {{- if .Values.mongodb.allowTLS }} - name: API_MONGO_ALLOW_TLS - value: {{ .Values.mongodb.allowTLS }} + value: "{{ .Values.mongodb.allowTLS }}" {{- end }} - name: API_MONGO_ALLOW_DISK_USE value: "{{ .Values.mongodb.allowDiskUse }}"