From 6057b421ac16b810582ed98231d9a6bac69ed23a Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Tue, 19 Oct 2021 11:37:11 +0300 Subject: [PATCH] [WIFI-4923] Fix: helm-git link in chart README --- helm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/README.md b/helm/README.md index ae280c6..7b7612f 100644 --- a/helm/README.md +++ b/helm/README.md @@ -20,7 +20,7 @@ Currently this chart is not assembled in charts archives, so [helm-git](https:// To install the chart with the release name `my-release`: ```bash -$ helm install --name my-release git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main +$ helm install --name my-release git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm/owsec-0.1.0.tgz?ref=main ``` The command deploys the Security on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.