Skip to content

Commit

Permalink
ADD imagePullSecrets field
Browse files Browse the repository at this point in the history
Signed-off-by: pierre <[email protected]>
  • Loading branch information
pierre committed Oct 20, 2023
1 parent 05931b6 commit 7844063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/kepler/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
spec:
hostNetwork: true
serviceAccountName: {{ include "kepler.serviceAccountName" . }}
imagePullSecrets:
{{- toYaml .Values.imagePullSecrets | nindent 8 }}
containers:
- name: kepler-exporter
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 7844063

Please sign in to comment.