From 8ef730f4e6c134b00d8b98eb44d6770b745e71e2 Mon Sep 17 00:00:00 2001 From: Danielle MacDonald Date: Fri, 7 Feb 2020 01:09:43 +0000 Subject: [PATCH] Update index.md - "s/helm get values gitlab/helm show values gitlab\/gitlab/" --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 07df00651f..848a99f49f 100644 --- a/doc/index.md +++ b/doc/index.md @@ -90,7 +90,7 @@ should be done using `helm upgrade`: ```sh helm repo add gitlab https://charts.gitlab.io/ helm repo update -helm get values gitlab > gitlab.yaml +helm show values gitlab/gitlab > gitlab.yaml helm upgrade gitlab gitlab/gitlab -f gitlab.yaml ``` -- GitLab