From e7590cbf35165a5a64956a4b2d396cef5c38f69f Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Thu, 4 Dec 2025 14:51:12 +0530 Subject: [PATCH] fix: Remove namespace for sealed-secrets "Once you deploy the manifest it will create the SealedSecret resource and install the controller into kube-system namespace, create a service account and necessary RBAC roles." --- apps/sealed-secrets.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/sealed-secrets.yaml b/apps/sealed-secrets.yaml index 3190ea5..42de2f6 100644 --- a/apps/sealed-secrets.yaml +++ b/apps/sealed-secrets.yaml @@ -11,11 +11,7 @@ spec: path: infra/sealed-secrets destination: server: https://kubernetes.default.svc - namespace: sealed-secrets syncPolicy: automated: prune: true selfHeal: true - syncOptions: - - CreateNamespace=true -