From fd78fcf20f8f0ec370230cf290aac2bc4b1512e3 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Fri, 21 Apr 2023 05:40:07 +0800 Subject: [PATCH] fix(external-dns): un-DRY chart spec Signed-off-by: JJGadgets --- kube/3-deploy/1-core/04-dns/external/3-external-dns.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kube/3-deploy/1-core/04-dns/external/3-external-dns.yaml b/kube/3-deploy/1-core/04-dns/external/3-external-dns.yaml index a6f757db..7a473ac4 100644 --- a/kube/3-deploy/1-core/04-dns/external/3-external-dns.yaml +++ b/kube/3-deploy/1-core/04-dns/external/3-external-dns.yaml @@ -11,6 +11,8 @@ spec: version: 1.12.1 sourceRef: name: external-dns + kind: HelmRepository + namespace: flux-system values: interval: 2m # logLevel: debug