feat: added Sealed Secrets application for sercrets management

This commit is contained in:
jad0s 2026-05-19 11:42:06 +02:00
parent a6ee648149
commit d7ab6ce852

18
apps/sealed-secrets.yaml Normal file
View file

@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets
namespace: argocd
spec:
project: default
source:
repoURL: https://bitnami-labs.github.io/sealed-secrets
chart: sealed-secrets
targetRevision: 2.15.3
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
prune: true
selfheal: true