feat: add external-secrets-configs argocd app

This commit is contained in:
2026-06-22 11:57:54 +00:00
parent 8d3d3b4ccf
commit 6887335658
+19
View File
@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets-configs
namespace: argocd
spec:
project: default
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/k8s-manifests
targetRevision: HEAD
path: k8s/external-secrets
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true