commit 30f90d29cbac4b7a7397da6bd082d072da5c5527 parent c0a04027c2f7682a5d0a62ea8a72a07ef2b90ede Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 15 May 2025 18:33:08 +0200 Descheduler Diffstat:
| M | infrastructure/controllers/kustomization.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - image-updater.yaml - #- descheduler.yaml + - descheduler.yaml - cert-manager.yaml - capacitor.yaml - rook.yaml