Skip to content

Commit

Permalink
fix(23): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Jul 15, 2024
1 parent 9acd4f4 commit 0aa79a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/jellyfin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ spec:
value: {{ .Values.jellyfin.JELLYFIN_CONFIG_DIR}}
- name: JELLYFIN_CACHE_DIR
value: {{ .Values.jellyfin.JELLYFIN_CACHE_DIR}}
- name: DOTNET_USE_POLLING_FILE_WATCHER:
- name: DOTNET_USE_POLLING_FILE_WATCHER
value: '1'
- name: DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE:
- name: DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE
value: 'false'
volumeMounts:
- name: media
Expand Down

0 comments on commit 0aa79a0

Please sign in to comment.