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