From 77a37dbf67723d895f204a798f2479a2e23cf545 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 21 Nov 2023 11:35:08 -0500 Subject: [PATCH] chore: add more usage information for app-template (#230) --- docs/app-template/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/app-template/index.md b/docs/app-template/index.md index 3c2ead44..d012e57f 100644 --- a/docs/app-template/index.md +++ b/docs/app-template/index.md @@ -7,6 +7,10 @@ installed directly I have created a companion chart for the [common library](../ ## Usage +This Helm chart can be used to deploy any application. Knowing the specifics of the application you want to deploy +like the image, ports, env vars, args, and/or any config volumes will be required. You can also use [Kubesearch](https://kubesearch.dev/) +to search for applications people have deployed with this Helm chart. + In order to use this template chart, you would deploy it as you would any other Helm chart. By setting the desired values, the common library chart will render the desired resources.