Skip to content

Commit

Permalink
fix subpath
Browse files Browse the repository at this point in the history
Signed-off-by: chipzoller <[email protected]>
  • Loading branch information
chipzoller committed Jul 2, 2024
1 parent 9467a5f commit 026a1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ extraConfigMapVolumes:
name: exporter-metrics-config-map
items:
- key: metrics
path: dcgm-metrics-included.csv
path: dcp-metrics-included.csv

extraVolumeMounts:
- name: exporter-metrics-volume
mountPath: /etc/dcgm-exporter/dcp-metrics-included.csv
subPath: dcgm-metrics-included.csv
subPath: dcp-metrics-included.csv

extraEnv: []
#- name: EXTRA_VAR
Expand Down

0 comments on commit 026a1f5

Please sign in to comment.