Skip to content

Commit

Permalink
fix: bool conv to str (#5136)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 authored Oct 10, 2024
1 parent 7b0ffaf commit 88e418b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- name: SHOW_DOCUMENT
value: "true"
- name: GUIDE_ENABLED
value: {{ .guideEnabled }}
value: "{{ .guideEnabled }}"
- name: BILLING_URL
value: {{ .billingUrl }}
securityContext:
Expand Down

0 comments on commit 88e418b

Please sign in to comment.