mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
10 lines
268 B
YAML
10 lines
268 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ .Release.Name }}-runtime-config
|
|
data:
|
|
web-assets-manifest: |-
|
|
{{ .Files.Get "web-assets-manifest.json" | nindent 4 }}
|
|
mobile-assets-manifest: |-
|
|
{{ .Files.Get "mobile-assets-manifest.json" | nindent 4 }}
|