software/components/osdu-system/elastic.yaml (29 lines of code) (raw):
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: elastic-operator
namespace: flux-system
spec:
interval: 5m
url: https://helm.elastic.co
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: elastic-operator
namespace: flux-system
spec:
targetNamespace: osdu-system
releaseName: elastic-operator
chart:
spec:
chart: eck-operator
sourceRef:
kind: HelmRepository
name: elastic-operator
namespace: flux-system
install:
remediation:
retries: 3
interval: 10m0s