From 4ac9aa6f5d48bbd5d1fd73d045c75427d00ff425 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sun, 14 Dec 2025 14:09:56 +0100 Subject: [PATCH] feat(argocd): Add external-secrets-wheatley application --- k8s-peterg/argocd/applications-wheatley.yaml | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/k8s-peterg/argocd/applications-wheatley.yaml b/k8s-peterg/argocd/applications-wheatley.yaml index 898e6c7..8e3cbe5 100644 --- a/k8s-peterg/argocd/applications-wheatley.yaml +++ b/k8s-peterg/argocd/applications-wheatley.yaml @@ -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