From ff49af403fa5a52b75e0bd6a6722a0195fa39a00 Mon Sep 17 00:00:00 2001 From: shadowlegend Date: Sat, 15 Feb 2025 10:51:04 +0700 Subject: [PATCH] chore: add sealed-secrets --- argocd/infra/apps.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/argocd/infra/apps.yml b/argocd/infra/apps.yml index 21daffe..3ea3fdc 100644 --- a/argocd/infra/apps.yml +++ b/argocd/infra/apps.yml @@ -114,3 +114,25 @@ spec: destination: server: https://kubernetes.default.svc namespace: cloudnative-pg + +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sealed-secrets + namespace: argocd +spec: + syncPolicy: + automated: + selfHeal: true + syncOptions: + - CreateNamespace=true + project: default + sources: + - chart: sealed-secrets + repoURL: https://bitnami-labs.github.io/sealed-secrets + targetRevision: 2.17.1 + destination: + server: https://kubernetes.default.svc + namespace: kube-system +