diff --git a/Helm.md b/Helm.md index ca332b2..1716e04 100644 --- a/Helm.md +++ b/Helm.md @@ -48,9 +48,9 @@ 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 with NeoVim according to your requirements. +After exporting values to a file, you can edit them according to your requirements. -1. **Open Values File**: Use a text editor to open the `values.yaml` file you exported in the previous step. +1. **Open Values File**: Use a NeoVim to open the `values.yaml` file you exported in the previous step. 2. **Modify Values**: Edit the values in the file according to your needs. You can change settings such as resource limits, environment variables, or any other configurable options provided by the chart.