Skip to content

Commit

Permalink
feat(ipfs): Add imagePullSecrets in statefulset (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiraeffleAeffle authored Sep 25, 2023
1 parent 7dca893 commit 95c1991
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/ipfs/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ spec:
{{- end }}
serviceAccountName: {{ include "common.names.serviceAccountName" . }}
priorityClassName: {{ .Values.priorityClassName | quote }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if and .Values.persistence.enabled .Values.initChownData }}
initContainers:
- name: init-chown
Expand Down

0 comments on commit 95c1991

Please sign in to comment.