mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fix indent issue (#343)
This commit is contained in:
parent
c940ad648c
commit
7138a0646d
@ -2,7 +2,7 @@ apiVersion: v1
|
|||||||
appVersion: 1.19.5.3112-b23ab3896
|
appVersion: 1.19.5.3112-b23ab3896
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
name: plex
|
name: plex
|
||||||
version: 1.8.1
|
version: 1.8.2
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
home: https://plex.tv/
|
home: https://plex.tv/
|
||||||
|
@ -243,7 +243,7 @@ spec:
|
|||||||
- name: shared
|
- name: shared
|
||||||
mountPath: /shared
|
mountPath: /shared
|
||||||
- name: shared-logs
|
- name: shared-logs
|
||||||
mountPath: "/config/Library/Application Support/Plex Media Server/Logs/"
|
mountPath: "/config/Library/Application Support/Plex Media Server/Logs"
|
||||||
{{- if .Values.plexPreferences.enabled }}
|
{{- if .Values.plexPreferences.enabled }}
|
||||||
- name: {{ .Values.plexPreferences.volume.name }}
|
- name: {{ .Values.plexPreferences.volume.name }}
|
||||||
mountPath: {{ .Values.plexPreferences.volume.mountPath }}
|
mountPath: {{ .Values.plexPreferences.volume.mountPath }}
|
||||||
|
Loading…
Reference in New Issue
Block a user