15 lines
328 B
YAML
15 lines
328 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: vaultwarden
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: https://git.halia.dev/athens-school/bitwarden.git
|
||
|
targetRevision: k3s
|
||
|
path: manifests
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: vaultwarden
|