From 15bc171aa7180b2522bbbbf96377de5a3f087d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Wed, 15 May 2024 18:18:52 +0200 Subject: [PATCH] readme: update Helm chart instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66b0bd17e6..db04234837 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo axosyslog` to see the charts. -To install the axosyslog-collector chart: +To install the axosyslog chart: - helm install my-axosyslog-collector axosyslog/axosyslog-collector + helm install my-axosyslog axosyslog/axosyslog To uninstall the chart: - helm delete my-axosyslog-collector + helm delete my-axosyslog ## Documentation