feat(argocd-applicationset): Add extraArgs (#946)
* feat(argocd-applicationset): Add extraArgs Signed-off-by: Jan-Otto Kröpke <joe@adorsys.de> * Align with existing code style Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Fix linting error and update README Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
9984a74eb2
commit
d4b603f4c8
4 changed files with 10 additions and 2 deletions
|
|
@ -113,3 +113,7 @@ extraVolumeMounts: []
|
|||
extraVolumes: []
|
||||
# - name: foobar
|
||||
# emptyDir: {}
|
||||
|
||||
# -- List of extra cli args to add
|
||||
extraArgs: []
|
||||
# - --loglevel=warn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue