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
description: Plex Media Server
name: plex
version: 1.8.1
version: 1.8.2
keywords:
- plex
home: https://plex.tv/

View File

@ -243,7 +243,7 @@ spec:
- name: shared
mountPath: /shared
- 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 }}
- name: {{ .Values.plexPreferences.volume.name }}
mountPath: {{ .Values.plexPreferences.volume.mountPath }}
@ -324,15 +324,15 @@ spec:
secretName: {{ .Values.certificate.pkcsMangler.certificateSecret.name }}
{{- end }}
{{- if .Values.logging.promtail.enabled -}}
- name: promtail-config
projected:
defaultMode: 0444
sources:
- configMap:
name: {{ template "plex.fullname" . }}-promtail
items:
- key: promtail.yaml
path: promtail.yaml
- name: promtail-config
projected:
defaultMode: 0444
sources:
- configMap:
name: {{ template "plex.fullname" . }}-promtail
items:
- key: promtail.yaml
path: promtail.yaml
{{- end }}
##### VOLUMES END #####
{{- with .Values.nodeSelector }}