From 6d091d564e09ba9c47ea73a469abe330503c115a Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 16 Aug 2023 09:47:54 +0100 Subject: [PATCH] Add note about CRDs Signed-off-by: Michel Hollands --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d606be..0f4c553 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Both modes can be enabled at the same time. helm install -n meta --skip-crds -f values.yaml meta ./charts/meta-monitoring ``` +If the platform supports CRDs the `--skip-crds` option can be removed. However the CRDs are not used by this chart. + For more instructions including how to update the chart go to the [installation](docs/installation.md) page. ## Supported features