Rebase Sonarr smb volumes
This commit is contained in:
18
services/PVR/Sonarr/application-sonarr.yaml
Normal file
18
services/PVR/Sonarr/application-sonarr.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: sonarr
|
||||
namespace: argo-cd
|
||||
spec:
|
||||
destination:
|
||||
namespace: sonarr
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
sources:
|
||||
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
|
||||
path: services/PVR/Sonarr
|
||||
targetRevision: HEAD
|
Reference in New Issue
Block a user