From 00d3cb80bff896696283c91d6ac3f33f9ec2de24 Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:01:33 -0500 Subject: [PATCH] Update configmap-conf-toml.yaml --- chart/templates/configmap-conf-toml.yaml | 40 +----------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/chart/templates/configmap-conf-toml.yaml b/chart/templates/configmap-conf-toml.yaml index d07f25d..f320b67 100644 --- a/chart/templates/configmap-conf-toml.yaml +++ b/chart/templates/configmap-conf-toml.yaml @@ -5,42 +5,4 @@ metadata: labels: {{- include "fediblockhole.labels" . | nindent 4 }} data: - {{- with .Values.fediblockhole.blocklist_instance_sources }} - blocklist_instance_sources: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.blocklist_url_sources }} - blocklist_url_sources: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.allowlist_url_sources }} - allowlist_url_sources: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.blocklist_instance_destinations }} - blocklist_instance_destinations: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.save_intermediate }} - save_intermediate: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.savedir }} - savedir: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.blocklist_savefile }} - blocklist_savefile: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.no_push_instance }} - no_push_instance: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.no_fetch_url }} - no_fetch_url: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.no_fetch_instance }} - no_fetch_instance: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.mergplan }} - mergeplan: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.import_fields }} - import_fields: {{ . }} - {{- end }} - {{- with .Values.fediblockhole.export_fields }} - export_fields: {{ . }} - {{- end }} + {{ (.Files.Glob "fediblockhole.conf.toml").AsConfig | nindent 4 }}