From 71b40d4b943723e14ea2f20815feeb8db341e20d Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 28 May 2022 09:24:25 +1200 Subject: [PATCH] Add docs for jellyfin namespace creation. --- jellyfin/README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jellyfin/README.org b/jellyfin/README.org index 0f3d55d..778de5a 100644 --- a/jellyfin/README.org +++ b/jellyfin/README.org @@ -9,6 +9,9 @@ I created this helm chart for self-hosting jellyfin in a container on ~k3s~. Com #+NAME: Deploy jellyfin via helm #+begin_src tmate +# Ensure jellyfin namespace exists +sudo kubectl create namespace jamma-jellyfin + # Clone charts repository git clone https://github.com/jmhbnz/charts.git