2023-01-22 00:59:54 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: {{ include "fediblockhole.fullname" . }}-conf-toml
|
|
|
|
labels:
|
|
|
|
{{- include "fediblockhole.labels" . | nindent 4 }}
|
|
|
|
data:
|
2023-01-23 17:01:33 +00:00
|
|
|
{{ (.Files.Glob "fediblockhole.conf.toml").AsConfig | nindent 4 }}
|