Update configmap-conf-toml.yaml

This commit is contained in:
cunningpike 2023-01-23 12:28:11 -05:00 committed by GitHub
parent e2d95aab4d
commit 5eb8cf1032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ metadata:
labels:
{{- include "fediblockhole.labels" . | nindent 4 }}
data:
conf_file_path: {{ .Values.fediblockhole.conf_file.path | default "/etc/default/" | quote }}
conf_file_filename: {{ .Values.fediblockhole.conf_file.filename | default "fediblockhole.conf.toml" | quote }}
{{ (.Files.Glob "fediblockhole.conf.toml").AsConfig | nindent 4 }}