fix template issue, ? (#344)

This commit is contained in:
Devin Buhl 2020-08-28 15:30:00 -04:00 committed by GitHub
parent 7138a0646d
commit 3f54137ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.19.5.3112-b23ab3896
description: Plex Media Server
name: plex
version: 1.8.2
version: 1.8.3
keywords:
- plex
home: https://plex.tv/

View File

@ -62,7 +62,7 @@ spec:
{{- end }}
{{- end }}
containers:
{{- if .Values.logging.promtail.enabled -}}
{{- if .Values.logging.promtail.enabled }}
- name: {{ .Chart.Name }}-promtail
image: "{{ .Values.logging.promtail.image.repository }}:{{ .Values.logging.promtail.image.tag }}"
imagePullPolicy: {{ .Values.logging.promtail.image.pullPolicy }}
@ -75,7 +75,7 @@ spec:
readOnly: true
- name: shared-logs
mountPath: /plex-logs
{{ end }}
{{- end }}
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
@ -323,7 +323,7 @@ spec:
secret:
secretName: {{ .Values.certificate.pkcsMangler.certificateSecret.name }}
{{- end }}
{{- if .Values.logging.promtail.enabled -}}
{{- if .Values.logging.promtail.enabled }}
- name: promtail-config
projected:
defaultMode: 0444

View File

@ -1,4 +1,4 @@
{{- if .Values.logging.promtail.enabled -}}
{{- if .Values.logging.promtail.enabled }}
apiVersion: v1
kind: ConfigMap
metadata: