feat(argocd): Add external-secrets-wheatley application

This commit is contained in:
Peter 2025-12-14 14:09:56 +01:00
parent 3ae9b9de5a
commit 4ac9aa6f5d
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -21,6 +21,28 @@ spec:
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-secrets-wheatley
namespace: argocd
spec:
project: default
source:
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
path: k8s-wheatley/external-secrets-operator
targetRevision: HEAD
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
syncPolicy:
automated:
prune: true
selfHeal: true
enabled: true
syncOptions:
- ServerSideApply=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: piraeus-datastore
namespace: argocd