Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit d11378a

Browse files
authored
Fix helm parameter customResourceManagerDisabled (#467)
1 parent ba38e3a commit d11378a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kubernetes-external-secrets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following table lists the configurable parameters of the `kubernetes-externa
7272
| Parameter | Description | Default |
7373
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
7474
| `crds.create` | For Helm V2 installations of the chart to install the CRD, for V3 installations use `--skip-crds` appropriately | `false` |
75-
| `customResourceManagedDisabled` | Disables the custom resource manager, requiring the CRD be installed via the chart or other means | `false` |
75+
| `customResourceManagerDisabled` | Disables the custom resource manager, requiring the CRD be installed via the chart or other means | `false` |
7676
| `env.AWS_REGION` | Set AWS_REGION in Deployment Pod | `us-west-2` |
7777
| `env.LOG_LEVEL` | Set the application log level | `info` |
7878
| `env.METRICS_PORT` | Specify the port for the prometheus metrics server | `3001` |

0 commit comments

Comments
 (0)