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

9 lines
200 B
YAML
Raw Normal View History

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