diff options
Diffstat (limited to 'apps/linkding/templates/configmap.yaml')
| -rw-r--r-- | apps/linkding/templates/configmap.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/linkding/templates/configmap.yaml b/apps/linkding/templates/configmap.yaml new file mode 100644 index 0000000..bf38029 --- /dev/null +++ b/apps/linkding/templates/configmap.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "linkding.name" . }}-bookmarks + namespace: {{ .Release.Namespace }} + labels: + {{- include "linkding.labels" . | nindent 4 }} +data: + bookmarks.html: | + {{- .Files.Get "bookmarks.html" | nindent 4 }} |
