Fix linting error and update README

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2021-09-27 13:56:54 +02:00
parent bbd8cd1cc0
commit 06702d2a6b
2 changed files with 2 additions and 1 deletions

View file

@ -65,6 +65,7 @@ kubectl apply -k https://github.com/argoproj-labs/applicationset.git/manifests/c
| args.namespace | string | `"argocd"` | The default Argo CD repo namespace |
| args.policy | string | `"sync"` | How application is synced between the generator and the cluster |
| args.probeBindAddr | string | `":8081"` | The default health check port |
| extraArgs | list | `[]` | List of extra cli args to add |
| extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes) |
| extraVolumes | list | `[]` | List of extra volumes to add |
| fullnameOverride | string | `""` | Override the default fully qualified app name |

View file

@ -116,4 +116,4 @@ extraVolumes: []
# -- List of extra cli args to add
extraArgs: []
#- --loglevel=warn
# - --loglevel=warn