We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcfc93 commit b621818Copy full SHA for b621818
1 file changed
charts/workflow/values.yaml
@@ -76,6 +76,8 @@ global:
76
# - traefik
77
# Only the above options have been supported so far
78
ingress_class: ""
79
+ # Whether cert_manager is enabled to automatically generate drycc certificates
80
+ cert_manager_enabled: "true"
81
82
s3:
83
# Your AWS access key. Leave it empty if you want to use IAM credentials.
@@ -150,8 +152,6 @@ controller:
150
152
#
151
153
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
154
platform_domain: ""
- # Whether cert_manager is enabled to automatically generate controller certificates
- cert_manager_enabled: "true"
155
156
database:
157
# The username and password to be used by the on-cluster database.
0 commit comments