Add redis-operator helm repo.
This commit is contained in:
parent
1b1b252bdf
commit
c87a32da74
2 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,7 @@ resources:
|
||||||
- piraeus.yaml
|
- piraeus.yaml
|
||||||
- postfinance.yaml
|
- postfinance.yaml
|
||||||
- prometheus-community.yaml
|
- prometheus-community.yaml
|
||||||
|
- redis-operator.yaml
|
||||||
- rook-ceph.yaml
|
- rook-ceph.yaml
|
||||||
- stakater.yaml
|
- stakater.yaml
|
||||||
# - weave-gitops.yaml
|
# - weave-gitops.yaml
|
||||||
|
|
10
kubernetes/flux/repositories/helm/redis-operator.yaml
Normal file
10
kubernetes/flux/repositories/helm/redis-operator.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/source.toolkit.fluxcd.io/helmrepository_v1beta2.json
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: redis-operator
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 2h
|
||||||
|
url: https://spotahome.github.io/redis-operator
|
Reference in a new issue