operators/argocd-apps-operators/eck-operator.yaml
2025-05-22 14:41:47 +03:00

23 lines
496 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
destination:
server: https://kubernetes.default.svc
namespace: operators
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true