From 4c655076a00d3062ee937fbea6cda4ad2b08d807 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 26 Apr 2024 18:29:41 +0000 Subject: [PATCH] move external-dns to ns of same name --- infrastructure/controllers/external-dns.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/controllers/external-dns.yaml b/infrastructure/controllers/external-dns.yaml index c33f68b..c0ebb8c 100644 --- a/infrastructure/controllers/external-dns.yaml +++ b/infrastructure/controllers/external-dns.yaml @@ -41,6 +41,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: external-dns + namespace: external-dns spec: strategy: type: Recreate