Skip to content

Commit

Permalink
fix: use string
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk99 committed Aug 29, 2023
1 parent c744cc8 commit 83c639c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ data:
WORKERS: "{{.Values.webhook.workers.number | default 2 }}"
WORKER_SKIPTLS: "{{.Values.webhook.workers.skiptlsverify | default "true" }}"
{{- else }}
WORKERS: 2
WORKERS: "2"
WORKER_SKIPTLS: "true"
{{- end}}

0 comments on commit 83c639c

Please sign in to comment.