Fixed typo
This commit is contained in:
parent
e120ec0c3b
commit
c0f49e710d
1 changed files with 2 additions and 2 deletions
|
|
@ -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: ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue