From 050a0b30e085a7bf7523d6941b6557de8bcfac10 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 31 Mar 2025 05:23:44 -0500 Subject: [PATCH] Add openclarity --- infra/argocd/templates/openclarity.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 infra/argocd/templates/openclarity.yaml diff --git a/infra/argocd/templates/openclarity.yaml b/infra/argocd/templates/openclarity.yaml new file mode 100644 index 0000000..64307d6 --- /dev/null +++ b/infra/argocd/templates/openclarity.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: openclarity + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: infra/openclarity + destination: + namespace: openclarity + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true