Skip to content

Commit a1beb8a

Browse files
committed
chore(charts): change platform_domain to global
1 parent b621818 commit a1beb8a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/workflow/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ global:
7676
# - traefik
7777
# Only the above options have been supported so far
7878
ingress_class: ""
79+
# The publicly resolvable hostname to build your cluster with.
80+
#
81+
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
82+
platform_domain: ""
7983
# Whether cert_manager is enabled to automatically generate drycc certificates
8084
cert_manager_enabled: "true"
8185

@@ -148,10 +152,6 @@ controller:
148152
# disabled - turns off open registration
149153
# admin_only - allows for registration by an admin only.
150154
registration_mode: "admin_only"
151-
# The publicly resolvable hostname to build your cluster with.
152-
#
153-
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
154-
platform_domain: ""
155155

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

0 commit comments

Comments
 (0)