mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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
|
||||
description: Plex Media Server
|
||||
name: plex
|
||||
version: 1.8.1
|
||||
version: 1.8.2
|
||||
keywords:
|
||||
- plex
|
||||
home: https://plex.tv/
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user