Skip to content

Commit cf64adb

Browse files
committed
feat(cert_manager): add cert_manager_enabled switch
1 parent dc8fa29 commit cf64adb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This is the global configuration file for Workflow
22

33
global:
4+
# Admin email, used for each component to send email to administrator
5+
email: "drycc@drycc.cc"
46
# Set the storage backend
57
#
68
# Valid values are:
@@ -148,6 +150,8 @@ controller:
148150
#
149151
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
150152
platform_domain: ""
153+
# Whether cert_manager is enabled to automatically generate controller certificates
154+
cert_manager_enabled: "true"
151155

152156
database:
153157
# The username and password to be used by the on-cluster database.

0 commit comments

Comments
 (0)