change namespace to monitoring
All checks were successful
Deployment / container (push) Successful in 9s

This commit is contained in:
fleaz 2025-07-26 13:13:48 +02:00
parent d7a6b0027c
commit c0883504fd
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -22,7 +22,7 @@ jobs:
run: | run: |
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update prometheus-community helm repo update prometheus-community
helm upgrade --install ksm prometheus-community/kube-state-metrics \ helm upgrade --install kube-state-metrics prometheus-community/kube-state-metrics \
--namespace ksm-system \ --namespace monitoring \
--create-namespace \ --create-namespace \
--version "${KSM_VERSION}" --version "${KSM_VERSION}"