Fix misleading comment "arguments" => "args" (#14174)

Signed-off-by: Rafał Leszko <rafal@livepeer.org>

Signed-off-by: Rafał Leszko <rafal@livepeer.org>
This commit is contained in:
Rafał Leszko
2023-01-04 12:46:19 +01:00
committed by GitHub
parent f92e9d6005
commit 71bf3232af
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ name: memcached
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/memcached
- http://memcached.org/
version: 6.3.2
version: 6.3.3

View File

@@ -112,7 +112,7 @@ auth:
command: []
## @param args Override default container args (useful when using custom images)
## e.g:
## arguments:
## args:
## - /run.sh
## - -m <maxMemoryLimit>
## - -I <maxItemSize>