run prettier as pre-commit hook (#3264)
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.4
|
||||
description: An alternative private front-end to Reddit
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/libreddit
|
||||
icon: https://truecharts.org/img/chart-icons/libreddit.png
|
||||
keywords:
|
||||
- reddit
|
||||
- libreddit
|
||||
- social
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
- reddit
|
||||
- libreddit
|
||||
- social
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: libreddit
|
||||
sources:
|
||||
- https://github.com/spikecodes/libreddit
|
||||
- https://hub.docker.com/r/spikecodes/libreddit
|
||||
- https://github.com/spikecodes/libreddit
|
||||
- https://hub.docker.com/r/spikecodes/libreddit
|
||||
version: 1.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
|
||||
@@ -39,11 +39,11 @@ configmap:
|
||||
LIBREDDIT_DEFAULT_LAYOUT: "{{ .Values.libreddit.layout }}"
|
||||
LIBREDDIT_DEFAULT_POST_SORT: "{{ .Values.libreddit.post_sort }}"
|
||||
LIBREDDIT_DEFAULT_COMMENT_SORT: "{{ .Values.libreddit.comment_sort }}"
|
||||
LIBREDDIT_DEFAULT_WIDE: "{{ ternary \"on\" \"off\" .Values.libreddit.wide }}"
|
||||
LIBREDDIT_DEFAULT_SHOW_NSFW: "{{ ternary \"on\" \"off\" .Values.libreddit.show_nsfw }}"
|
||||
LIBREDDIT_DEFAULT_USE_HLS: "{{ ternary \"on\" \"off\" .Values.libreddit.use_hls }}"
|
||||
LIBREDDIT_DEFAULT_HIDE_HLS_NOTIFICATION: "{{ ternary \"on\" \"off\" .Values.libreddit.hide_hls_notification }}"
|
||||
LIBREDDIT_DEFAULT_AUTOPLAY_VIDEOS: "{{ ternary \"on\" \"off\" .Values.libreddit.autoplay_videos }}"
|
||||
LIBREDDIT_DEFAULT_WIDE: '{{ ternary "on" "off" .Values.libreddit.wide }}'
|
||||
LIBREDDIT_DEFAULT_SHOW_NSFW: '{{ ternary "on" "off" .Values.libreddit.show_nsfw }}'
|
||||
LIBREDDIT_DEFAULT_USE_HLS: '{{ ternary "on" "off" .Values.libreddit.use_hls }}'
|
||||
LIBREDDIT_DEFAULT_HIDE_HLS_NOTIFICATION: '{{ ternary "on" "off" .Values.libreddit.hide_hls_notification }}'
|
||||
LIBREDDIT_DEFAULT_AUTOPLAY_VIDEOS: '{{ ternary "on" "off" .Values.libreddit.autoplay_videos }}'
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
Reference in New Issue
Block a user