From e0e83529cc353803133f6852c6214131305d8ab5 Mon Sep 17 00:00:00 2001 From: Sheya Bernstein Date: Sun, 15 Dec 2024 22:54:51 +0000 Subject: [PATCH] docs: Mention Helm chart by @Cogitri --- docs/How_to_install_Dawarich_in_k8s.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/How_to_install_Dawarich_in_k8s.md b/docs/How_to_install_Dawarich_in_k8s.md index 890a4b42..b50c41c8 100644 --- a/docs/How_to_install_Dawarich_in_k8s.md +++ b/docs/How_to_install_Dawarich_in_k8s.md @@ -1,5 +1,7 @@ # How to install Dawarich on Kubernetes +> An **unofficial Helm chart** is available [here](https://github.com/Cogitri/charts/tree/master/charts/dawarich). For a manual installation using YAML manifests, see below. + ## Prerequisites - Kubernetes cluster and basic kubectl knowledge.