Skip to content

Commit

Permalink
Quote reconcileWorkers
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 17, 2023
1 parent 4e8e2e3 commit fb65ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/openfaas/templates/gateway-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ spec:
- "-license-file=/var/secrets/license/license"
env:
- name: reconcile_workers
value: {{ .Values.operator.reconcileWorkers }}
value: {{ .Values.operator.reconcileWorkers | quote }}
- name: port
value: "8081"
- name: function_namespace
Expand Down

0 comments on commit fb65ba2

Please sign in to comment.