new file: infrastructure/cert-manager/external-secret.yaml

new file:   infrastructure/external-secrets-app.yaml
	new file:   infrastructure/external-secrets-config-app.yaml
	new file:   infrastructure/external-secrets/cluster-secret-store.yaml
This commit is contained in:
Ubuntu
2026-01-11 23:48:46 +00:00
parent 4ba88d15f2
commit c2cee629b8
4 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets-config
namespace: argocd
spec:
project: default
source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git
targetRevision: HEAD
path: infrastructure/external-secrets
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
syncPolicy:
automated:
prune: true
selfHeal: true