diff options
| author | Takuya Yoshida <hawaiianphoto@geekhost.net> | 2022-05-15 22:22:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 22:22:06 +0900 |
| commit | a8e779a68cc048d6d82b160e8e899cfab84db309 (patch) | |
| tree | 9e16e82bc8b4639436bc8effa8372eecfe33c36d /chart/templates/ConfigMap.yml | |
| parent | Refactor emoji-edit-dialog to use Composition API (#8657) (diff) | |
| download | sharkey-a8e779a68cc048d6d82b160e8e899cfab84db309.tar.gz sharkey-a8e779a68cc048d6d82b160e8e899cfab84db309.tar.bz2 sharkey-a8e779a68cc048d6d82b160e8e899cfab84db309.zip | |
Power up (#8684)
Diffstat (limited to 'chart/templates/ConfigMap.yml')
| -rw-r--r-- | chart/templates/ConfigMap.yml | 5 |
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 }} |