ci: Create namesapce if not existent
Some checks failed
Deployment / container (push) Failing after 9s

This commit is contained in:
fleaz 2025-07-26 12:45:30 +02:00
parent 5dbf090cea
commit 87c99a8a55
Signed by: fleaz
GPG key ID: 935474624265FE8F

View file

@ -24,4 +24,5 @@ jobs:
helm repo update prometheus-community
helm upgrade --install ksm prometheus-community/kube-state-metrics \
--namespace ksm-system \
--create-namespace
--version "${KSM_VERSION}"