From 881accf44366bd02a7f8b7f10bee5219c8524e1f Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Mon, 12 Aug 2024 16:38:52 -0400 Subject: [PATCH] fix --- infrastructure/cloudflare/kustomization.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infrastructure/cloudflare/kustomization.yaml b/infrastructure/cloudflare/kustomization.yaml index 28a6929..d7372ed 100644 --- a/infrastructure/cloudflare/kustomization.yaml +++ b/infrastructure/cloudflare/kustomization.yaml @@ -1,8 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -metadata: - name: cloudflare - namespace: cloudflare +namespace: cloudflare resources: - namespace.yaml - secrets.yaml