aboutsummaryrefslogtreecommitdiff
path: root/templates/configmap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/configmap.yaml')
-rw-r--r--templates/configmap.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/configmap.yaml b/templates/configmap.yaml
index 58542a3..74d6603 100644
--- a/templates/configmap.yaml
+++ b/templates/configmap.yaml
@@ -1,11 +1,11 @@
+---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "invidious.fullname" . }}
labels:
- app: {{ template "invidious.name" . }}
- chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
- release: {{ .Release.Name }}
+ {{- include "invidious.labels" . | nindent 4 }}
data:
INVIDIOUS_CONFIG: |
{{ toYaml .Values.config | indent 4 }}
+...