From 787d9602505597ec58c6410bdd15ad64a52dcc94 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 14 Apr 2025 06:06:36 -0500 Subject: [PATCH] update --- infra/argocd/templates/bitwarden.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 infra/argocd/templates/bitwarden.yaml diff --git a/infra/argocd/templates/bitwarden.yaml b/infra/argocd/templates/bitwarden.yaml new file mode 100644 index 0000000..e9b4905 --- /dev/null +++ b/infra/argocd/templates/bitwarden.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: bitwarden + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: infra/bitwarden + destination: + namespace: bitwarden + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true