summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-07-28 11:28:04 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-07-28 11:28:04 +0200
commit49ea474192b0ab7949b52fa084a6f83a8dce8fdc (patch)
tree2ee3d1ce808465b003c977945666357ca193dd17
parent10090de60cb15b463c274a2f129a254ba8860eb4 (diff)
Add external-dns to kustomization
-rw-r--r--playbooks.d/k3s-master/share/manifests/infrastructure/releases/kustomization.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks.d/k3s-master/share/manifests/infrastructure/releases/kustomization.yaml b/playbooks.d/k3s-master/share/manifests/infrastructure/releases/kustomization.yaml
index 51893a5..f229956 100644
--- a/playbooks.d/k3s-master/share/manifests/infrastructure/releases/kustomization.yaml
+++ b/playbooks.d/k3s-master/share/manifests/infrastructure/releases/kustomization.yaml
@@ -5,4 +5,5 @@ resources:
- sealed-secrets
- ingress-nginx
- cert-manager
+- external-dns
...