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:
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user