mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
3cde5e28a8
See relevant README.md for more details.
11 lines
292 B
YAML
11 lines
292 B
YAML
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 }}
|