Skip to content

Commit

Permalink
Introduced a bug to the prometheus install, trying again x5
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangeology committed Jun 26, 2024
1 parent 4c91dba commit b32eff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-prometheus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
run: |
helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \
-n monitoring \
-f ./.github/actions/install-prometheus/valuesv.yaml \
-f ./.github/actions/install-prometheus/values.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__" \
Expand Down

0 comments on commit b32eff0

Please sign in to comment.