Skip to content

Commit 2ae758c

Browse files
weltekialexellis
authored andcommitted
Support insecure tls on jetstream-queue-worker deployment
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent a1a010a commit 2ae758c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chart/openfaas/templates/jetstream-queueworker-dep.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ spec:
8282
value: "{{ .Values.queueWorkerPro.printRequestBody }}"
8383
- name: print_response_body
8484
value: "{{ .Values.queueWorkerPro.printResponseBody }}"
85+
{{- if .Values.openfaasPro }}
86+
- name: "tls_insecure"
87+
value: "{{ .Values.queueWorkerPro.insecureTLS }}"
88+
{{- end }}
8589

8690
volumeMounts:
8791
{{- if .Values.openfaasPro }}

0 commit comments

Comments
 (0)