mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 07:02:50 +03: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 }}
|