We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d5d5b commit fb7f523Copy full SHA for fb7f523
1 file changed
charts/workflow/values.yaml
@@ -76,6 +76,11 @@ global:
76
# - traefik
77
# Only the above options have been supported so far
78
ingress_class: ""
79
+ # A domain name consists of one or more parts.
80
+ # Periods (.) are used to separate these parts.
81
+ # Each part must be 1 to 63 characters in length and can contain lowercase letters, digits, and hyphens (-).
82
+ # It must start and end with a lowercase letter or digit.
83
+ cluster_domain: "cluster.local"
84
# The publicly resolvable hostname to build your cluster with.
85
#
86
# This will be the hostname that is used to build endpoints such as "drycc.$HOSTNAME"
0 commit comments