From c0f49e710d13a4414f5351f8962ff2d5324cadca Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Tue, 18 May 2021 21:00:04 +0200 Subject: [PATCH] Fixed typo --- scripts/helm/vars.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/helm/vars.yaml b/scripts/helm/vars.yaml index 1592feb02..0cc8f28fc 100644 --- a/scripts/helm/vars.yaml +++ b/scripts/helm/vars.yaml @@ -42,13 +42,13 @@ nginx_ssl_key_file_path: "" # Enable monitoring # If set, monitoring stack will be installed # including, prometheus, grafana and other core components, -# to scrape the metrics. But this will cost, additional resources(cpu and memory). +# to scrape the metrics. But this will cost, additional resources (cpu and memory). # Monitoring won't be installed on base installation. enable_monitoring: "false" # Random password for minio, # If not defined, will generate at runtime. -# Use following command to generate passwordwill give +# Use following command to generate password # `openssl rand -base64 30` minio_access_key: "" minio_secret_key: ""