diff options
| author | R-man3000 <rasmus.luha@gmail.com> | 2026-05-31 21:50:53 +0300 |
|---|---|---|
| committer | R-man3000 <rasmus.luha@gmail.com> | 2026-05-31 21:50:53 +0300 |
| commit | a1bc8103d66a7487d64a1e9abd2e1cf4b57b5cac (patch) | |
| tree | 791522af2ce1d0b6dffbba2b40cdaa5202ff4fe3 /apps/linkding/templates/configmap.yaml | |
| parent | 46beed24543994a465e5449acc1bb987e5368441 (diff) | |
add linkding app
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 }} |
