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 }}