18 lines
381 B
YAML
18 lines
381 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: bazarr
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: bazarr
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: default
|
||
|
source:
|
||
|
path: apps-kustomized/bazarr
|
||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
||
|
targetRevision: HEAD
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|