operators/argocd-apps-operators/eck-operator.yaml
2025-05-27 00:29:39 +03:00

25 lines
565 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: eck-operator
namespace: argocd
spec:
project: operators
source:
repoURL: https://git.dvirlabs.com/dvirlabs/operators.git
path: charts/eck-operator
targetRevision: master
helm:
releaseName: eck-operator
valueFiles:
- ../../manifests/eck-operator/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: operators
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true