Skip to content

Commit

Permalink
Update step09-add-prometheus-grafana.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertNorthard authored Feb 21, 2024
1 parent 29644df commit 4c90312
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ helm repo add prometheus-community https://prometheus-community.github.io/helm-c
helm repo update

kubectl create namespace monitoring
export KARPENTER_NAMESPACE=${KARPENTER_NAMESPACE:-kube-system}

curl -fsSL https://raw.githubusercontent.com/aws/karpenter-provider-aws/v"${KARPENTER_VERSION}"/website/content/en/preview/getting-started/getting-started-with-karpenter/prometheus-values.yaml | envsubst | tee prometheus-values.yaml
helm install --namespace monitoring prometheus prometheus-community/prometheus --values prometheus-values.yaml
Expand Down

0 comments on commit 4c90312

Please sign in to comment.