Skip to content

Commit

Permalink
fix: template deploy env bool conv to str (labring#5138)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 authored Oct 10, 2024
1 parent 88e418b commit 70abe31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
- name: ACCOUNT_URL
value: http://account-service.account-system.svc.cluster.local:2333
- name: GUIDE_ENABLED
value: {{ .guideEnabled }}
value: "{{ .guideEnabled }}"
- name: BILLING_URL
value: {{ .billingUrl }}
- name: DESKTOP_DOMAIN
Expand Down

0 comments on commit 70abe31

Please sign in to comment.