Skip to content

Commit ff258dd

Browse files
authored
Merge pull request #414 from fluxcd/fix-flux-mention-in-docs
2 parents 770f4e8 + 1f46db8 commit ff258dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/spec/v2beta1/helmreleases.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1222,10 +1222,11 @@ Chart as suggested by the
12221222
[offical Helm documentation](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#method-2-separate-charts).
12231223

12241224
However, if you have to integrate and use many existing (upstream) Helm Charts, not being able to
1225-
upgrade the CRDs via FluxCD `HelmRelease` objects might become a cumbersome limitation within your GitOps
1226-
workflow. Therefore, FluxCD allows you to opt-in to upgrading CRDs by setting the `crds` policy on
1225+
upgrade the CRDs via Flux's `HelmRelease` objects might become a cumbersome limitation within your GitOps
1226+
workflow. Therefore, Flux allows you to opt-in to upgrading CRDs by setting the `crds` policy on
12271227
the `HelmRelease.spec.install` and `HelmRelease.spec.upgrade` objects.
1228-
The following UpgradeCRDs policies are supported:
1228+
1229+
The following CRD upgrade policies are supported:
12291230

12301231
- `Skip` Skip CRDs do neither install nor replace (update) any CRDs.
12311232
- `Create` Only create new CRDs which do not yet exist, neither update nor delete any existing CRDs.

0 commit comments

Comments
 (0)