From 99054d90c5d1fcf225ac8ed88004f2eced846ec3 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 24 Mar 2022 10:16:45 +0700 Subject: [PATCH] fix(gitea): add missing config source (again) --- platform/gitea/templates/config-source.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 platform/gitea/templates/config-source.yaml diff --git a/platform/gitea/templates/config-source.yaml b/platform/gitea/templates/config-source.yaml new file mode 100644 index 00000000..a9fabef3 --- /dev/null +++ b/platform/gitea/templates/config-source.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: gitea-config-source + namespace: {{ .Release.Namespace }} +data: +{{ (.Files.Glob "files/config/*").AsConfig | indent 2 }}