feat(argo-cd): Add ability to override API versions (#760)
* feat: Add ability to override api versions for argocd Signed-off-by: Atze de Vries <devries@zorgdomein.nl> * fix linting Signed-off-by: Atze de Vries <devries@zorgdomein.nl> * reimplement a bit and update chart version Signed-off-by: Atze de Vries <devries@zorgdomein.nl> * update to new minor Signed-off-by: Atze de Vries <devries@zorgdomein.nl> * fix spaces in comments Signed-off-by: Atze de Vries <devries@zorgdomein.nl> * Updated flow control and add documentation on apiVersionOverrides Signed-off-by: Atze de Vries <devries@zorgdomein.nl> * Add changelog annotation 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
a70d156217
commit
783cb3e029
5 changed files with 19 additions and 3 deletions
|
|
@ -111,6 +111,8 @@ NAME: my-release
|
|||
| kubeVersionOverride | Override the Kubernetes version, which is used to evaluate certain manifests | `""` |
|
||||
| nameOverride | Provide a name in place of `argocd` | `"argocd"` |
|
||||
| fullnameOverride | String to fully override `"argo-cd.fullname"` | `""` |
|
||||
| apiVersionOverrides.certmanager | String to override apiVersion of certmanager resources rendered by this helm chart | `""` |
|
||||
| apiVersionOverrides.ingress | String to override apiVersion of ingresses rendered by this helm chart | `""` |
|
||||
| configs.clusterCredentials | Provide one or multiple [external cluster credentials](https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/#clusters) | `[]` (See [values.yaml](values.yaml)) |
|
||||
| configs.gpgKeysAnnotations | GnuPG key ring annotations | `{}` |
|
||||
| configs.gpgKeys | [GnuPG](https://argoproj.github.io/argo-cd/user-guide/gpg-verification/) keys to add to the key ring | `{}` (See [values.yaml](values.yaml)) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue