From 6c8c9797e929a3d5fe854d552534ad15966873a5 Mon Sep 17 00:00:00 2001 From: ryanpark0203 <108246291+ryanpark0203@users.noreply.github.com> Date: Tue, 9 May 2023 10:46:31 +1000 Subject: [PATCH] remove apiVersionOverrides from readme Signed-off-by: ryanpark0203 <108246291+ryanpark0203@users.noreply.github.com> --- charts/argo-workflows/README.md | 1 - charts/argo-workflows/values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/argo-workflows/README.md b/charts/argo-workflows/README.md index e1ad83b7..1dbfc155 100644 --- a/charts/argo-workflows/README.md +++ b/charts/argo-workflows/README.md @@ -101,7 +101,6 @@ 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 | diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 64e80eb6..e7e268a0 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -29,7 +29,7 @@ fullnameOverride: # -- Override the Kubernetes version, which is used to evaluate certain manifests kubeVersionOverride: "" -# -- Override APIVersions +# Override APIVersions apiVersionOverrides: # -- String to override apiVersion of autoscaling rendered by this helm chart autoscaling: "" # autoscaling/v2