From 258ae0c022e0c57e9e87c61e9ca5890ef0480da1 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 23 Sep 2022 09:32:46 +0200 Subject: Initial commit --- templates/configmap.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/configmap.yaml (limited to 'templates/configmap.yaml') diff --git a/templates/configmap.yaml b/templates/configmap.yaml new file mode 100644 index 0000000..58542a3 --- /dev/null +++ b/templates/configmap.yaml @@ -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 }} -- cgit v1.1