commit f9474740d1346812edffe2013c694efd95990ae3 parent 85cfef6392318b683b7f7a38965c975d816cf22c Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:03:54 +0200 Partially install the monitoring stack Diffstat:
| M | infrastructure_talos/monitoring/kustomization.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure_talos/monitoring/kustomization.yaml b/infrastructure_talos/monitoring/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: monitoring -resources: [] -#- podmonitor.yaml +resources: + - podmonitor.yaml