From 4b378543ad3a34644702176130e6f8b42139efe4 Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Mon, 12 Aug 2024 00:16:55 -0400 Subject: [PATCH] Update cloudflare Kustomization file --- infrastructure/cloudflare/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/cloudflare/kustomization.yaml b/infrastructure/cloudflare/kustomization.yaml index f3b8ae1..052c4c2 100644 --- a/infrastructure/cloudflare/kustomization.yaml +++ b/infrastructure/cloudflare/kustomization.yaml @@ -9,4 +9,6 @@ spec: secretRef: name: sops-age resources: +- namespace.yaml +- secrets.yaml - deployment.yaml