Skip to content

Commit

Permalink
Update chart to have imagePullSecrets option. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
j14s authored Nov 4, 2024
1 parent f0a6ecd commit 1390333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/jellyfin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.enableDLNA }}
hostNetwork: true
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/jellyfin/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -- Number of jellyfin replicas to start. Should be left at 1
replicaCount: 1

imagePullSecrets: []
image:
# -- Set cutom repository for jellyfin image
repository: docker.io/jellyfin/jellyfin
Expand Down

0 comments on commit 1390333

Please sign in to comment.