Skip to content

Commit b621818

Browse files
committed
chore(cert_manager): change cert_manager_enabled to global
1 parent abcfc93 commit b621818

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
@@ -76,6 +76,8 @@ global:
7676
# - traefik
7777
# Only the above options have been supported so far
7878
ingress_class: ""
79+
# Whether cert_manager is enabled to automatically generate drycc certificates
80+
cert_manager_enabled: "true"
7981

8082
s3:
8183
# Your AWS access key. Leave it empty if you want to use IAM credentials.
@@ -150,8 +152,6 @@ controller:
150152
#
151153
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
152154
platform_domain: ""
153-
# Whether cert_manager is enabled to automatically generate controller certificates
154-
cert_manager_enabled: "true"
155155

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

0 commit comments

Comments
 (0)