change namespace to monitoring
All checks were successful
Deployment / container (push) Successful in 9s
All checks were successful
Deployment / container (push) Successful in 9s
This commit is contained in:
parent
d7a6b0027c
commit
c0883504fd
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo update prometheus-community
|
||||
helm upgrade --install ksm prometheus-community/kube-state-metrics \
|
||||
--namespace ksm-system \
|
||||
helm upgrade --install kube-state-metrics prometheus-community/kube-state-metrics \
|
||||
--namespace monitoring \
|
||||
--create-namespace \
|
||||
--version "${KSM_VERSION}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue