Skip to content

Commit 87b93b0

Browse files
authored
Merge pull request #9585 from zalando-incubator/drop-stups-test-config
drop subdomain_max_length config for stups-test
2 parents b3a1f3c + 190e09b commit 87b93b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cluster/config-defaults.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,11 +1130,7 @@ open_sg_ingress_ranges: ""
11301130

11311131
# Each DNS label (subdomain) can be 63 octets or less (https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.4)
11321132
# This custom value sets the subdomain max allowed length taking into consideration the 'cname-' prefix added by external-dns
1133-
{{ if eq .Cluster.Alias "stups-test" }}
1134-
subdomain_max_length: "100"
1135-
{{ else }}
11361133
subdomain_max_length: "57"
1137-
{{ end }}
11381134

11391135
# Network monitoring
11401136
network_monitoring_enabled: "false"

0 commit comments

Comments
 (0)