Skip to content

Commit

Permalink
fix: change release name in Prometheus install script to match previo…
Browse files Browse the repository at this point in the history
…us convention (rackerlabs#545)

JIRA:OSPC-787
  • Loading branch information
awfabian-rs authored Nov 8, 2024
1 parent 6a4ffc1 commit a468178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-prometheus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo
helm repo add prometheus-community \
https://prometheus-community.github.io/helm-charts
helm repo update
helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \
helm upgrade --install kube-prometheus-stack prometheus-community/kube-prometheus-stack \
--create-namespace --namespace=prometheus --timeout 10m \
"${values_args[@]}" \
--post-renderer "$GENESTACK_DIR/base-kustomize/kustomize.sh" \
Expand Down

0 comments on commit a468178

Please sign in to comment.