FoundKey/chart/templates/ConfigMap.yml

9 lines
200 B
YAML
Raw Normal View History

2022-05-15 07:39:23 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
2022-05-15 13:22:06 +00:00
name: {{ include "misskey.fullname" . }}-configuration
2022-05-15 07:39:23 +00:00
data:
default.yml: |-
2022-05-15 13:22:06 +00:00
{{ .Files.Get "files/default.yml"|nindent 4 }}
url: {{ .Values.url }}