2024-09-13 22:38:01 -04:00
|
|
|
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:
|
2024-12-30 22:40:41 -05:00
|
|
|
name: openebs-monitoring
|
2024-09-13 22:38:01 -04:00
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
interval: 1m
|
2024-12-30 22:40:41 -05:00
|
|
|
url: https://openebs.github.io/monitoring
|