25 lines
568 B
YAML
25 lines
568 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: rancher-monitoring-crd
|
|
namespace: argocd
|
|
spec:
|
|
project: operators
|
|
source:
|
|
repoURL: https://git.dvirlabs.com/dvirlabs/operators.git
|
|
targetRevision: HEAD
|
|
path: charts/rancher-monitoring-crd
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/rancher-monitoring-crd/values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: operators
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
|