Skip to content

Commit 46b52ab

Browse files
committed
Set DNS_ADDRESS to empty string instead of delete
Kustomize strategic merge cannot properly delete env var from base. Setting to empty string allows DOT configuration to work.
1 parent 2b41392 commit 46b52ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fluxcd/apps/overlays/production/cross-seed/statefulset-patch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ spec:
119119
value: "2468,6887,9696"
120120
- name: FIREWALL_OUTBOUND_SUBNETS
121121
value: "10.0.0.0/8,172.16.0.0/12,172.22.30.33/32"
122+
- name: DNS_ADDRESS
123+
value: ""
122124
- name: DNS_KEEP_NAMESERVER
123125
value: "off"
124126
- name: DOT

0 commit comments

Comments
 (0)