Update configmap-conf-toml.yaml
This commit is contained in:
parent
e2d95aab4d
commit
5eb8cf1032
|
@ -5,4 +5,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{- include "fediblockhole.labels" . | nindent 4 }}
|
{{- include "fediblockhole.labels" . | nindent 4 }}
|
||||||
data:
|
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 }}
|
{{ (.Files.Glob "fediblockhole.conf.toml").AsConfig | nindent 4 }}
|
||||||
|
|
Loading…
Reference in New Issue