Skip to content

Commit

Permalink
ADD imagePullSecrets field (#50)
Browse files Browse the repository at this point in the history
* ADD imagePullSecrets field

Signed-off-by: pierre <[email protected]>

* Bump Chart version to reflect previous change

Signed-off-by: pierre <[email protected]>

---------

Signed-off-by: pierre <[email protected]>
Co-authored-by: pierre <[email protected]>
  • Loading branch information
sirAnone and pierre authored Oct 20, 2023
1 parent 05931b6 commit 8f666ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/kepler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ annotations:
url: https://keybase.io/bradmccoydev/pgp_keys.asc
type: application
version: 0.5.1
version: 0.5.2
appVersion: release-0.5.5
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 8f666ae

Please sign in to comment.