fix indent issue (#343)

This commit is contained in:
Devin Buhl 2020-08-28 11:33:52 -04:00 committed by GitHub
parent c940ad648c
commit 7138a0646d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -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/

View File

@ -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 }}