feat(sealed-secrets): add sealed secrets management scripts and configurations

This commit is contained in:
Janis Eccarius
2026-05-30 11:45:02 +02:00
parent d0d65af04b
commit 797776ee5b
8 changed files with 81 additions and 3 deletions
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: secrets
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
destination:
namespace: argocd
server: https://kubernetes.default.svc
sources:
- repoURL: git@git.janis-eccarius.de:NowChess/GitOps.git
path: ./secrets
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true