From 52471faefa2a0d21eb48c360887312e5be81cd5e Mon Sep 17 00:00:00 2001 From: ryanpark0203 <108246291+ryanpark0203@users.noreply.github.com> Date: Tue, 9 May 2023 09:15:20 +1000 Subject: [PATCH] update readme Signed-off-by: ryanpark0203 <108246291+ryanpark0203@users.noreply.github.com> --- charts/argo-workflows/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index dae6972b..e1ad83b7 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -101,6 +101,8 @@ Fields to note: | Key | Type | Default | Description | |-----|------|---------|-------------| +| apiVersionOverrides | object | `{"autoscaling":""}` | Override APIVersions | +| apiVersionOverrides.autoscaling | string | `""` | String to override apiVersion of autoscaling rendered by this helm chart | | crds.annotations | object | `{}` | Annotations to be added to all CRDs | | crds.install | bool | `true` | Install and upgrade CRDs | | crds.keep | bool | `true` | Keep CRDs on chart uninstall |