Files
gitops/apps/sealed-secrets.yaml
T
whyredfire e7590cbf35 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."
2025-12-04 14:51:12 +05:30

18 lines
382 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets
namespace: argocd
spec:
project: default
source:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops
targetRevision: main
path: infra/sealed-secrets
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true