From b7e881f6c13491b600d19b82d89387ce0fbcf3aa Mon Sep 17 00:00:00 2001 From: Maria Khrustaleva Date: Fri, 18 Mar 2022 13:55:56 +0300 Subject: [PATCH] fix linter issue (#4488) --- helm-chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/README.md b/helm-chart/README.md index a87097872..867142a1b 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -135,4 +135,4 @@ Then - put your instance params to "external" field Just create file `values.override.yaml` and place your changes here, using same structure as in `values.yaml`. Then reference it in helm update/install command using `-f` flag ### Why you used external charts to provide redis and postgres? -Because they definitely know what they do better then we are, so we are getting more quality and less support \ No newline at end of file +Because they definitely know what they do better then we are, so we are getting more quality and less support -- GitLab