update readme

Signed-off-by: ryanpark0203 <108246291+ryanpark0203@users.noreply.github.com>
This commit is contained in:
ryanpark0203 2023-05-09 09:15:20 +10:00
parent 6ddc369300
commit 52471faefa

View file

@ -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 |