24 lines
575 B
YAML
24 lines
575 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: https://git.dvirlabs.com/dvirlabs/infra.git
|
|
targetRevision: HEAD
|
|
path: charts/rancher
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/rancher/values.yaml
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: false # Set to true after verifying GitOps takeover works smoothly
|
|
syncOptions:
|
|
- CreateNamespace=true
|