1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
cherrypick/chart/templates/ConfigMap.yml

8 lines
166 B
YAML
Raw Normal View History

2022-05-15 16:39:23 +09:00
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "misskey.fullname" . }}-config-file
data:
default.yml: |-
{{ .Files.Get "files/default.yml"|indent 4 }}