Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
add imagePullSecrets to prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
xudifsd committed Nov 8, 2018
1 parent 339c59b commit ac7594f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prometheus/deploy/prometheus-deployment.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
mountPath: /etc/prometheus
- name: rules-volume
mountPath: /etc/prometheus-alert
imagePullSecrets:
- name: {{ clusterinfo["dockerregistryinfo"]["secretname"] }}
volumes:
- name: config-volume
configMap:
Expand Down

0 comments on commit ac7594f

Please sign in to comment.