From d24f1b3cbc864de2d0cb8d714884654fa8eea196 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Wed, 18 Mar 2026 14:26:06 -0500 Subject: [PATCH] chore: convert prometheus config to kustomize component Convert config/prometheus/ from a regular kustomization to a kustomize Component so it can be included via the Flux Kustomization components list in the infra repo. --- config/prometheus/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/prometheus/kustomization.yaml b/config/prometheus/kustomization.yaml index ed13716..02c2c54 100644 --- a/config/prometheus/kustomization.yaml +++ b/config/prometheus/kustomization.yaml @@ -1,2 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1alpha1 +kind: Component resources: -- monitor.yaml + - monitor.yaml