summaryrefslogtreecommitdiff
path: root/chart/templates/ConfigMap.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/ConfigMap.yml')
-rw-r--r--chart/templates/ConfigMap.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart/templates/ConfigMap.yml b/chart/templates/ConfigMap.yml
index 51a9c256ce..37c25e0864 100644
--- a/chart/templates/ConfigMap.yml
+++ b/chart/templates/ConfigMap.yml
@@ -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 }}