Update configmap-conf-toml.yaml

This commit is contained in:
cunningpike 2023-01-23 12:01:33 -05:00 committed by GitHub
parent 85b6d8b0e0
commit 00d3cb80bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 39 deletions

View File

@ -5,42 +5,4 @@ metadata:
labels: labels:
{{- include "fediblockhole.labels" . | nindent 4 }} {{- include "fediblockhole.labels" . | nindent 4 }}
data: data:
{{- with .Values.fediblockhole.blocklist_instance_sources }} {{ (.Files.Glob "fediblockhole.conf.toml").AsConfig | nindent 4 }}
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 }}