Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Correct the documented default for createCRD (#35)
Browse files Browse the repository at this point in the history
Correct the documented default for createCRD
  • Loading branch information
hiddeco authored Aug 21, 2019
2 parents 6bfd9fa + 5dcf0ff commit cdb4536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/helm-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdb4536

Please sign in to comment.