21 lines
526 B
YAML
21 lines
526 B
YAML
# apiVersion: argoproj.io/v1alpha1
|
|
# kind: Application
|
|
# metadata:
|
|
# name: rancher
|
|
# namespace: argocd
|
|
# spec:
|
|
# project: infra
|
|
# destination:
|
|
# server: https://kubernetes.default.svc
|
|
# namespace: cattle-system
|
|
# source:
|
|
# repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git
|
|
# targetRevision: HEAD
|
|
# path: charts/rancher
|
|
# helm:
|
|
# valueFiles:
|
|
# - ../../manifests/rancher/values.yaml
|
|
# syncPolicy:
|
|
# syncOptions:
|
|
# - CreateNamespace=true
|