feat(argocd-applicationset): add env variable in values (#1132)
* feat(appset): add env variable in values Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> * wrong chart!!! Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> * quote Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com> * update variable name Signed-off-by: Alexandre Gaudreault <alexandre.gaudreault@logmein.com>
This commit is contained in:
parent
59feee1a07
commit
ae13c65229
4 changed files with 25 additions and 2 deletions
|
|
@ -67,6 +67,8 @@ kubectl apply -k https://github.com/argoproj-labs/applicationset.git/manifests/c
|
|||
| 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 |
|
||||
| extraEnv | list | `[]` | Environment variables to pass to the controller |
|
||||
| extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the controller |
|
||||
| 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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue