17 lines
372 B
YAML
17 lines
372 B
YAML
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
kind: HelmRepository
|
||
|
metadata:
|
||
|
name: openebs
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
interval: 1m
|
||
|
url: https://openebs.github.io/openebs
|
||
|
---
|
||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
kind: HelmRepository
|
||
|
metadata:
|
||
|
name: openebs-monitoring-charts
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
interval: 1m
|
||
|
url: https://openebs.github.io/monitoring
|