Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
add the image pull secret to kube-state-metrics (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored May 6, 2021
1 parent 88ed969 commit d618078
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions enterprise-suite/templates/kube-state-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ spec:
securityContext:
runAsUser: {{ .Values.podUID }}
{{ end }}

imagePullSecrets:
- name: commercial-credentials

serviceAccountName: prometheus-kube-state-metrics
containers:
- name: prometheus-kube-state-metrics
Expand Down

0 comments on commit d618078

Please sign in to comment.