chart: Add extra arguments in aptly-api container
Sometimes it is necessary to run the service with additional arguments, for example to use opportunistic locking on the database to allow for for maintenance tasks via the CLI. Currently, the Helm Chart is not configured to allow the addition of new arguments. With this modification, it is now possible to add arguments to the aptly-api container from the values file using the extraArgs
value.
Signed-off-by: Pablo Vigo pvigo@collabora.com
Edited by Emanuele Aina