We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8fa29 commit cf64adbCopy full SHA for cf64adb
1 file changed
charts/workflow/values.yaml
@@ -1,6 +1,8 @@
1
# This is the global configuration file for Workflow
2
3
global:
4
+ # Admin email, used for each component to send email to administrator
5
+ email: "drycc@drycc.cc"
6
# Set the storage backend
7
#
8
# Valid values are:
@@ -148,6 +150,8 @@ controller:
148
150
149
151
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
152
platform_domain: ""
153
+ # Whether cert_manager is enabled to automatically generate controller certificates
154
+ cert_manager_enabled: "true"
155
156
database:
157
# The username and password to be used by the on-cluster database.
0 commit comments