Skip to content

Commit 86ba328

Browse files
committed
Use inmemory no-op provider for external-dns for test deployment
We don't need to actually create records (nor is there a way to), but this will still log the records it would have created. Signed-off-by: Robert Detjens <[email protected]>
1 parent 1836246 commit 86ba328

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/asset_files/setup_manifests/external-dns.helm.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ txtPrefix: "k8s-owner."
2121

2222
extraArgs:
2323
# ignore any services with internal ips
24-
exclude-target-net: "10.0.0.0/8"
24+
#exclude-target-net: "10.0.0.0/8"
2525
# special character replacement
2626
txt-wildcard-replacement: star
2727

tests/repo/rcds.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,4 @@ profiles:
4040
access_key: somekey
4141
secret_key: somesecret
4242
dns:
43-
provider: aws
44-
aws:
45-
credentials:
46-
accessKey: asdfasdf
47-
secretKey: asdfasdf
43+
provider: inmemory

0 commit comments

Comments
 (0)