Started adding invidious chart.

This commit is contained in:
2022-07-15 09:13:59 +12:00
parent 1bc1409b46
commit 97aa1f9654
8 changed files with 172 additions and 22 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "invidious.fullname" . }}
labels:
app: {{ template "invidious.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: {{ .Release.Name }}
data:
INVIDIOUS_CONFIG: |
{{ toYaml .Values.config | indent 4 }}