Update _helpers.tpl
This commit is contained in:
parent
5b94030dbe
commit
c86864d940
|
@ -66,13 +66,13 @@ Create the default conf file path and filename
|
||||||
{{- if .Values.fediblockhole.conf_file.path }}
|
{{- if .Values.fediblockhole.conf_file.path }}
|
||||||
{{- default .Values.fediblockhole.conf_file.path }}
|
{{- default .Values.fediblockhole.conf_file.path }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- default "default" "/etc/default/" }}
|
{{- default "/etc/default/" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- define "fediblockhole.conf_file_filename" -}}
|
{{- define "fediblockhole.conf_file_filename" -}}
|
||||||
{{- if .Values.fediblockhole.conf_file.filename }}
|
{{- if .Values.fediblockhole.conf_file.filename }}
|
||||||
{{- default .Values.fediblockhole.conf_file.filename }}
|
{{- default .Values.fediblockhole.conf_file.filename }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- default "default" "fediblockhole.conf.toml" }}
|
{{- default "fediblockhole.conf.toml" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue