From 0cbc1bc3ae34ad0f02bb264f9c041678dc5f9e86 Mon Sep 17 00:00:00 2001 From: Anton Ovcharenko Date: Fri, 18 Nov 2022 16:08:57 +0200 Subject: [PATCH] put missing number in list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467a385..fb19859 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ helm get values --all --namespace wsc wsc-app-5-25-0 > wsc-app-5-25-0-values.yam where `wsc` is the namespace and `wsc-app-5-25-0` – the name of your release, and `wsc-app-5-25-0-values.yaml` – name of the file the data will be written to. -Extract the full Kubernetes manifest(s) as follows: +2. Extract the full Kubernetes manifest(s) as follows: ```shell helm get manifest --namespace wsc wsc-app-5-25-0 > manifests.yaml ```