From 5dcf0ffdfd0f5995e37bb23f748996e8afc4e45d Mon Sep 17 00:00:00 2001 From: dherman Date: Wed, 21 Aug 2019 14:07:43 -0400 Subject: [PATCH] Correct the documented default for createCRD Fixes #34 --- chart/helm-operator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/helm-operator/README.md b/chart/helm-operator/README.md index 02eec92c4..f6fc90c40 100755 --- a/chart/helm-operator/README.md +++ b/chart/helm-operator/README.md @@ -192,7 +192,7 @@ The following tables lists the configurable parameters of the Flux chart and the | `serviceAccount.create` | `true` | If `true`, create a new service account | `serviceAccount.name` | `flux` | Service account to be used | `clusterRole.create` | `true` | If `false`, Helm Operator will be restricted to the namespace where is deployed -| `createCRD` | `true` | Create the HelmRelease CRD +| `createCRD` | `false` | Create the HelmRelease CRD | `updateChartDeps` | `true` | Update dependencies for charts | `git.pollInterval` | `git.pollInterval` | Period on which to poll git chart sources for changes | `git.timeout` | `git.timeout` | Duration after which git operations time out