Skip to content

Commit faf4992

Browse files
authored
Merge pull request #19 from jianxiaoguo/main
chore(chart): change cert_manager_enabled to boolean type
2 parents dd4d8e9 + 9eaf678 commit faf4992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ global:
9090
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
9191
platform_domain: ""
9292
# Whether cert_manager is enabled to automatically generate drycc certificates
93-
cert_manager_enabled: "true"
93+
cert_manager_enabled: true
9494
# Set the location of Workflow's passport
9595
#
9696
# Valid values are:
@@ -176,7 +176,7 @@ builder:
176176
# If service.type is not set to NodePort, the following statement will be ignored.
177177
nodePort: ""
178178

179-
#
179+
#
180180
passport:
181181
# Set passport deployment replicas
182182
replicas: 1

0 commit comments

Comments
 (0)