Add Vaultwarden

This commit is contained in:
2026-06-15 19:28:58 +00:00
parent ade85a8898
commit ef36775a09
2 changed files with 111 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vaultwarden
namespace: argocd
spec:
project: default
source:
repoURL: http://git.home.lan/jay/k8s-gitops.git
targetRevision: main
path: apps/vaultwarden/manifests
destination:
server: https://kubernetes.default.svc
namespace: vaultwarden
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true