This commit is contained in:
Takuya Yoshida 2022-05-15 22:22:06 +09:00 committed by GitHub
parent d62a55b46f
commit a8e779a68c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 16 deletions

View file

@ -1,7 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "misskey.fullname" . }}-config-file
name: {{ include "misskey.fullname" . }}-configuration
data:
default.yml: |-
{{ .Files.Get "files/default.yml"|indent 4 }}
{{ .Files.Get "files/default.yml"|nindent 4 }}
url: {{ .Values.url }}