diff --git a/README.md b/README.md index f92e7dc..4bd2148 100644 --- a/README.md +++ b/README.md @@ -1081,11 +1081,11 @@ Full configuration options are available on their website. | Name | Description | Value | | ------------------ | ------------------------------------------------------------------ | --------- | -| `checkDeprecation` | Set to false to skip this basic validation check. | `true` | -| `test.enabled` | Set to false to disable test-connection Pod. | `true` | +| `checkDeprecation` | Whether to run this basic validation check. | `true` | +| `test.enabled` | Whether to use test-connection Pod. | `true` | | `test.image.name` | Image name for the wget container used in the test-connection Pod. | `busybox` | | `test.image.tag` | Image tag for the wget container used in the test-connection Pod. | `latest` | -| `extraDeploy` | Array of extra objects to deploy with the release | `[]` | +| `extraDeploy` | Array of extra objects to deploy with the release. | `[]` | ## Contributing diff --git a/values.yaml b/values.yaml index a93a694..2436001 100644 --- a/values.yaml +++ b/values.yaml @@ -574,6 +574,6 @@ test: name: busybox tag: latest -## @param extraDeploy Array of extra objects to deploy with the release +## @param extraDeploy Array of extra objects to deploy with the release. ## extraDeploy: []