From b18807b1efe69a517ff5001117d8087dce8a2394 Mon Sep 17 00:00:00 2001 From: klaatu Date: Fri, 27 Mar 2026 13:07:32 +0000 Subject: [PATCH] feat: add kube-state-metrics.yaml and restic-secret.yaml to kustomization --- manifests/monitoring/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/monitoring/kustomization.yaml b/manifests/monitoring/kustomization.yaml index ebf4798..a781015 100644 --- a/manifests/monitoring/kustomization.yaml +++ b/manifests/monitoring/kustomization.yaml @@ -10,3 +10,5 @@ resources: - service.yaml - ingress.yaml - unpoller.yaml + - kube-state-metrics.yaml + - restic-secret.yaml