Skip to content

Commit 8e5cb65

Browse files
authored
Merge pull request #16 from jianxiaoguo/main
chore(chart): change cert_manager_enabled to boolean type
2 parents 16201d6 + c4732f2 commit 8e5cb65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/monitor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ global:
6363
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
6464
platform_domain: ""
6565
# Whether cert_manager is enabled to automatically generate drycc certificates
66-
cert_manager_enabled: "true"
66+
cert_manager_enabled: true

0 commit comments

Comments
 (0)