From a1bc8103d66a7487d64a1e9abd2e1cf4b57b5cac Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sun, 31 May 2026 21:50:53 +0300 Subject: add linkding app --- apps/linkding/templates/configmap.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/linkding/templates/configmap.yaml (limited to 'apps/linkding/templates/configmap.yaml') 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 }} -- cgit v1.2.3