From d14d29e75ddcfa5992abdf66f267b3ba4cb0194d Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:49:53 -0700 Subject: [PATCH] Update helm/README.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- helm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/README.md b/helm/README.md index caacac8eb..3c3fb2df0 100644 --- a/helm/README.md +++ b/helm/README.md @@ -6,6 +6,7 @@ This is a simple helm chart for debugging a MetacatUI deployment. 1. modify values.yaml as appropriate 2. install the helm chart: + ```shell $ helm -n knb upgrade --install knbmcui ./helm ```