aboutsummaryrefslogtreecommitdiff
path: root/templates/configmap.yaml
blob: 58542a319e8f75a710205b10478cbe826cdb4819 (plain)
1
2
3
4
5
6
7
8
9
10
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 }}