File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
156156database :
157157 # The username and password to be used by the on-cluster database.
You can’t perform that action at this time.
0 commit comments