ci: Create namesapce if not existent
Some checks failed
Deployment / container (push) Failing after 9s
Some checks failed
Deployment / container (push) Failing after 9s
This commit is contained in:
parent
5dbf090cea
commit
87c99a8a55
1 changed files with 1 additions and 0 deletions
|
@ -24,4 +24,5 @@ jobs:
|
||||||
helm repo update prometheus-community
|
helm repo update prometheus-community
|
||||||
helm upgrade --install ksm prometheus-community/kube-state-metrics \
|
helm upgrade --install ksm prometheus-community/kube-state-metrics \
|
||||||
--namespace ksm-system \
|
--namespace ksm-system \
|
||||||
|
--create-namespace
|
||||||
--version "${KSM_VERSION}"
|
--version "${KSM_VERSION}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue