Skip to content

Commit f53e3ee

Browse files
committed
test: set default dns fields in all examples
1 parent 3263c2a commit f53e3ee

15 files changed

+38
-0
lines changed

examples/capi-quick-start/aws-cluster-calico-crs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ spec:
5050
baseOS: ${AMI_LOOKUP_BASEOS}
5151
format: ${AMI_LOOKUP_FORMAT}
5252
org: "${AMI_LOOKUP_ORG}"
53+
dns:
54+
coreDNS: {}
5355
encryptionAtRest:
5456
providers:
5557
- aescbc: {}

examples/capi-quick-start/aws-cluster-calico-helm-addon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ spec:
4444
baseOS: ${AMI_LOOKUP_BASEOS}
4545
format: ${AMI_LOOKUP_FORMAT}
4646
org: "${AMI_LOOKUP_ORG}"
47+
dns:
48+
coreDNS: {}
4749
encryptionAtRest:
4850
providers:
4951
- aescbc: {}

examples/capi-quick-start/aws-cluster-cilium-crs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ spec:
5050
baseOS: ${AMI_LOOKUP_BASEOS}
5151
format: ${AMI_LOOKUP_FORMAT}
5252
org: "${AMI_LOOKUP_ORG}"
53+
dns:
54+
coreDNS: {}
5355
encryptionAtRest:
5456
providers:
5557
- aescbc: {}

examples/capi-quick-start/aws-cluster-cilium-helm-addon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ spec:
4444
baseOS: ${AMI_LOOKUP_BASEOS}
4545
format: ${AMI_LOOKUP_FORMAT}
4646
org: "${AMI_LOOKUP_ORG}"
47+
dns:
48+
coreDNS: {}
4749
encryptionAtRest:
4850
providers:
4951
- aescbc: {}

examples/capi-quick-start/docker-cluster-calico-crs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ spec:
4848
- end: 198.18.1.30
4949
start: 198.18.1.21
5050
provider: MetalLB
51+
dns:
52+
coreDNS: {}
5153
encryptionAtRest:
5254
providers:
5355
- aescbc: {}

examples/capi-quick-start/docker-cluster-calico-helm-addon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ spec:
4343
- end: 198.18.1.30
4444
start: 198.18.1.21
4545
provider: MetalLB
46+
dns:
47+
coreDNS: {}
4648
encryptionAtRest:
4749
providers:
4850
- aescbc: {}

examples/capi-quick-start/docker-cluster-cilium-crs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ spec:
4848
- end: 198.18.1.30
4949
start: 198.18.1.21
5050
provider: MetalLB
51+
dns:
52+
coreDNS: {}
5153
encryptionAtRest:
5254
providers:
5355
- aescbc: {}

examples/capi-quick-start/docker-cluster-cilium-helm-addon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ spec:
4343
- end: 198.18.1.30
4444
start: 198.18.1.21
4545
provider: MetalLB
46+
dns:
47+
coreDNS: {}
4648
encryptionAtRest:
4749
providers:
4850
- aescbc: {}

examples/capi-quick-start/nutanix-cluster-calico-crs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ spec:
116116
systemDiskSize: 40Gi
117117
vcpuSockets: 2
118118
vcpusPerSocket: 1
119+
dns:
120+
coreDNS: {}
119121
encryptionAtRest:
120122
providers:
121123
- aescbc: {}

examples/capi-quick-start/nutanix-cluster-calico-helm-addon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ spec:
113113
systemDiskSize: 40Gi
114114
vcpuSockets: 2
115115
vcpusPerSocket: 1
116+
dns:
117+
coreDNS: {}
116118
encryptionAtRest:
117119
providers:
118120
- aescbc: {}

0 commit comments

Comments
 (0)