Skip to content

Commit 306eedf

Browse files
Fix DNS_UNIQUE_ID so it's not required to be set for DNS flavor (#883)
1 parent 148daa3 commit 306eedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flavors/k3s/dns-loadbalancing/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ patches:
1919
network:
2020
loadBalancerType: dns
2121
dnsRootDomain: ${DNS_ROOT_DOMAIN}
22-
dnsUniqueIdentifier: ${DNS_UNIQUE_ID}
22+
dnsUniqueIdentifier: ${DNS_UNIQUE_ID:-""}
2323
dnsProvider: ${DNS_PROVIDER:-"linode"}
2424
dnsSubDomainOverride: ${DNS_SUBDOMAIN_OVERRIDE:-""}
2525
- target:

0 commit comments

Comments
 (0)