Skip to content

Commit

Permalink
fix: correct relabeling configuration in gpu-operator values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu-Wentao committed Dec 6, 2024
1 parent 9afd674 commit 677a63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,10 @@ dcgmExporter:
honorLabels: false
additionalLabels: {}
relabelings: []
# - source_labels:
# - sourceLabels:
# - __meta_kubernetes_pod_node_name
# regex: (.*)
# target_label: instance
# targetLabel: instance
# replacement: $1
# action: replace
# DCGM Exporter configuration
Expand Down

0 comments on commit 677a63c

Please sign in to comment.