We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd4d8e9 + 9eaf678 commit faf4992Copy full SHA for faf4992
1 file changed
charts/workflow/values.yaml
@@ -90,7 +90,7 @@ global:
90
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
91
platform_domain: ""
92
# Whether cert_manager is enabled to automatically generate drycc certificates
93
- cert_manager_enabled: "true"
+ cert_manager_enabled: true
94
# Set the location of Workflow's passport
95
#
96
# Valid values are:
@@ -176,7 +176,7 @@ builder:
176
# If service.type is not set to NodePort, the following statement will be ignored.
177
nodePort: ""
178
179
-#
+#
180
passport:
181
# Set passport deployment replicas
182
replicas: 1
0 commit comments