Skip to content

Commit

Permalink
update docs using helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Walford committed Dec 20, 2023
1 parent 69f6d58 commit 16c1935
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kubeVersion: ">=v1.23.0-0"

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.12.2
version: 2.12.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ their default values.
| `certificates.secretName` | string | `"kedaorg-certs"` | Secret name to be mounted with KEDA TLS certificates |
| `clusterDomain` | string | `"cluster.local"` | Kubernetes cluster domain |
| `clusterName` | string | `"kubernetes-default"` | Kubernetes cluster name. Used in features such as emitting CloudEvents |
| `crds.additionalAnnotations` | object | `{}` | Custom annotations specifically for CRDs |
| `crds.install` | bool | `true` | Defines whether the KEDA CRDs have to be installed or not. |
| `crds.additionalAnnotations` | object | `{}` | Custom annotations to add specifically to CRD resources |
| `env` | list | `[]` | Additional environment variables that will be passed onto all KEDA components |
| `extraObjects` | list | `[]` | Array of extra K8s manifests to deploy |
| `global.image.registry` | string | `nil` | Global image registry of KEDA components |
Expand Down
1 change: 1 addition & 0 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ crds:
# -- Defines whether the KEDA CRDs have to be installed or not.
install: true

# -- Custom annotations specifically for CRDs
additionalAnnotations:
{}
# foo: bar
Expand Down

0 comments on commit 16c1935

Please sign in to comment.