Skip to content

Commit 2c61afb

Browse files
committed
fix: change KUBERNETES_REVERSE_PROXY_SUFFIX_START value to string format
1 parent 59cbce4 commit 2c61afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/bunkerweb/templates/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
- name: KUBERNETES_MODE
4545
value: "yes"
4646
- name: KUBERNETES_REVERSE_PROXY_SUFFIX_START
47-
value: 0
47+
value: "0"
4848
{{- if .Values.gatewayClass.enabled }}
4949
- name: KUBERNETES_GATEWAY_MODE
5050
value: "yes"

0 commit comments

Comments
 (0)