Skip to content

Commit

Permalink
added descheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
bornav committed Sep 10, 2024
1 parent 64242be commit fcde368
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions kubernetes/flux/repositories/helm/descheduler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: descheduler
namespace: flux-system
spec:
interval: 2h
url: https://kubernetes-sigs.github.io/descheduler
3 changes: 2 additions & 1 deletion kubernetes/flux/repositories/helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ resources:
- ./opentelemetry.yaml
- ./zipkin.yaml
- ./signoz.yaml
- ./harbor.yaml
- ./harbor.yaml
- ./descheduler.yaml

0 comments on commit fcde368

Please sign in to comment.