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 }}
|
||||||
@ -324,15 +324,15 @@ spec:
|
|||||||
secretName: {{ .Values.certificate.pkcsMangler.certificateSecret.name }}
|
secretName: {{ .Values.certificate.pkcsMangler.certificateSecret.name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.logging.promtail.enabled -}}
|
{{- if .Values.logging.promtail.enabled -}}
|
||||||
- name: promtail-config
|
- name: promtail-config
|
||||||
projected:
|
projected:
|
||||||
defaultMode: 0444
|
defaultMode: 0444
|
||||||
sources:
|
sources:
|
||||||
- configMap:
|
- configMap:
|
||||||
name: {{ template "plex.fullname" . }}-promtail
|
name: {{ template "plex.fullname" . }}-promtail
|
||||||
items:
|
items:
|
||||||
- key: promtail.yaml
|
- key: promtail.yaml
|
||||||
path: promtail.yaml
|
path: promtail.yaml
|
||||||
{{- end }}
|
{{- end }}
|
||||||
##### VOLUMES END #####
|
##### VOLUMES END #####
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
Loading…
Reference in New Issue
Block a user