From 14bd72c4b06468a94c606d592fc5b8e7b81bb1ab Mon Sep 17 00:00:00 2001 From: Joe Smith Date: Thu, 30 Sep 2021 18:33:35 -0700 Subject: [PATCH] enhancement(external docs): Link to Helm chart repo Add a section pointing to the location of the helm chart source repository at https://github.com/vectordotdev/helm-charts Signed-off-by: Joe Smith --- .../en/docs/setup/installation/package-managers/helm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/en/docs/setup/installation/package-managers/helm.md b/website/content/en/docs/setup/installation/package-managers/helm.md index 8a234a79c0899..d6098b0376ed5 100644 --- a/website/content/en/docs/setup/installation/package-managers/helm.md +++ b/website/content/en/docs/setup/installation/package-managers/helm.md @@ -151,6 +151,10 @@ To uninstall the Vector helm chart: helm uninstall vector --namespace vector ``` +## View Helm Chart Source + +If you'd like to clone the charts, file an Issue or submit a Pull Request, please take a look at [vectordotdev/helm-charts](https://github.com/vectordotdev/helm-charts). + ## Management {{< jump "/docs/administration/management" "helm" >}}