From 0fabdccb3a573b108d17f3a5be0626533d25fa00 Mon Sep 17 00:00:00 2001 From: Tim Priestnall Date: Tue, 17 Oct 2023 11:03:50 +0100 Subject: [PATCH] Readmes --- README.md | 2 +- charts/argo-cd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29bb3d1..091cf3cb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ We'd love to have you contribute! Please refer to our [contribution guidelines]( ### Custom resource definitions -Some users would prefer to install the CRDs _outside_ of the chart. You can disable the CRD installation of the main four charts (argo-cd, argo-workflows, argo-events, argo-rollouts) by using `--set crds.install=false` when installing the chart. +Some users would prefer to install the CRDs _outside_ of the chart. You can disable the CRD installation of the main four charts (argo-cd, argo-workflows, argo-events, argo-rollouts) by using `--set crds.install=false` when installing the chart. Alternatively, installing only the CRDs can be achieved by setting `crds.only` to `true` Helm cannot upgrade custom resource definitions in the `/crds` folder [by design](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations). Our CRDs have been moved to `/templates` to address this design decision. diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index b2101038..dceb51bd 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -86,7 +86,7 @@ Changes in the `CustomResourceDefinition` resources shall be fixed easily by cop ### Custom resource definitions -Some users would prefer to install the CRDs _outside_ of the chart. You can disable the CRD installation of this chart by using `--set crds.install=false` when installing the chart. +Some users would prefer to install the CRDs _outside_ of the chart. You can disable the CRD installation of this chart by using `--set crds.install=false` when installing the chart. Installing CRDs by themselves is possible by setting the `crds.only` value to `true` Helm cannot upgrade custom resource definitions in the `/crds` folder [by design](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations). Starting with 5.2.0, the CRDs have been moved to `/templates` to address this design decision.