mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
update vault
This commit is contained in:
parent
160df3c5b9
commit
2f8f5fea30
1 changed files with 8 additions and 6 deletions
|
|
@ -1,21 +1,23 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: vault
|
||||
name: bitwarden
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://github.com/DeveloperDurp/homelab.git
|
||||
targetRevision: main
|
||||
path: vault
|
||||
path: bitwarden
|
||||
directory:
|
||||
recurse: true
|
||||
destination:
|
||||
namespace: vault
|
||||
name: in-cluster
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: bitwarden
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
selfHeal: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue