Skip to content

Commit

Permalink
fix: mount pve secrets to exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 4, 2024
1 parent b1c50de commit 8348638
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ prometheus:
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: pve-exporter.svc:9221
replacement: pve-exporter.monitoring.svc:9221

storageSpec:
volumeClaimTemplate:
Expand Down
14 changes: 14 additions & 0 deletions argo/cluster/monitoring/proxmox-exporter/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,17 @@ generic:

probes:
enabled: false

secrets:
enabled: true
key: pve-exporter-config

volumes:
- name: pve-config
secret:
secretName: proxmox-exporter

volumeMounts:
- mountPath: /etc/prometheus
name: pve-config
readOnly: true

0 comments on commit 8348638

Please sign in to comment.