From dcfde23e5c128509755967be09fc44bde2005aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Fri, 10 May 2024 18:15:08 +0000 Subject: [PATCH] Update Helm --- Helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helm.md b/Helm.md index ab42f4e..ca332b2 100644 --- a/Helm.md +++ b/Helm.md @@ -48,7 +48,7 @@ When deploying a Helm chart, you may want to customize values. You can export th ## Editing Values -After exporting values to a file, you can edit them according to your requirements. +After exporting values to a file, you can edit them with NeoVim according to your requirements. 1. **Open Values File**: Use a text editor to open the `values.yaml` file you exported in the previous step.