10 lines
238 B
YAML
10 lines
238 B
YAML
|
|
# infrastructure/sources/helm/opensearch.yaml
|
||
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: HelmRepository
|
||
|
|
metadata:
|
||
|
|
name: opensearch
|
||
|
|
namespace: flux-system
|
||
|
|
spec:
|
||
|
|
interval: 1h
|
||
|
|
url: https://opensearch-project.github.io/helm-charts
|