18 lines
426 B
YAML
18 lines
426 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: longhorn
|
|
namespace: argocd
|
|
spec:
|
|
project: platform
|
|
source:
|
|
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
|
targetRevision: main
|
|
path: rendered/longhorn
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: longhorn-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|