[plex] fix typos (#637)

* [plex] fix typos

* [plex] bump version
This commit is contained in:
Patrick Collins 2021-03-03 00:35:58 -08:00 committed by GitHub
parent 99b4b09bac
commit 97b2477fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.20.2.3402 appVersion: 1.20.2.3402
description: Plex Media Server description: Plex Media Server
name: plex name: plex
version: 2.3.0 version: 2.3.1
keywords: keywords:
- plex - plex
home: https://plex.tv/ home: https://plex.tv/

View File

@ -150,8 +150,8 @@ plexPreferences:
name: 41-plex-preferences name: 41-plex-preferences
defaultMode: 493 # 0755 in octal permission notation defaultMode: 493 # 0755 in octal permission notation
# Using mountPath & SubPath allow you to volume mount a configMap AS A FILE # Using mountPath & SubPath allow you to volume mount a configMap AS A FILE
# Unfortunately this also means that updates to the configMap are not automtically # Unfortunately this also means that updates to the configMap are not automatically
# propagated to the file contents. But it's better then replacing the entire # propagated to the file contents. But it's better than replacing the entire
# /etc/cont-init.d/ directory which is the "normal" behavior when doing volume # /etc/cont-init.d/ directory which is the "normal" behavior when doing volume
# mounts. # mounts.
mountPath: /etc/cont-init.d/41-plex-preferences mountPath: /etc/cont-init.d/41-plex-preferences