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."
This commit is contained in:
2025-12-04 14:51:12 +05:30
parent d1cae99339
commit e7590cbf35
-4
View File
@@ -11,11 +11,7 @@ spec:
path: infra/sealed-secrets path: infra/sealed-secrets
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: sealed-secrets
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true