Skip to content

Commit

Permalink
Introduced a bug to the prometheus install, trying again x3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangeology committed Jun 26, 2024
1 parent 2adba62 commit 07e82c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/install-prometheus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
run: |
helm upgrade --values ./.github/actions/install-prometheus/valuesv3.yaml --install prometheus prometheus-community/kube-prometheus-stack \
-n monitoring \
--set "kubelet.serviceMonitor.cAdvisorRelabelings[0].targetLabel=metrics_path" \
--set "kubelet.serviceMonitor.cAdvisorRelabelings[0].action=replace" \
--set "kubelet.serviceMonitor.cAdvisorRelabelings[0].sourceLabels[0]=__metrics_path__" \
--wait
# -f ./.github/actions/install-prometheus/valuesv3.yaml \
# -f ./.github/actions/install-prometheus/valuesv3.yaml \
#--set "kubelet.serviceMonitor.cAdvisorRelabelings[0].targetLabel=metrics_path" \
# --set "kubelet.serviceMonitor.cAdvisorRelabelings[0].action=replace" \
# --set "kubelet.serviceMonitor.cAdvisorRelabelings[0].sourceLabels[0]=__metrics_path__" \

0 comments on commit 07e82c4

Please sign in to comment.