From f17ee47ddc02d7a4b896a0fc57de23775d31280f Mon Sep 17 00:00:00 2001 From: zanarelli Date: Sat, 1 Aug 2026 18:36:16 -0300 Subject: [PATCH] docs: replace stale feature flag install example The get-started install pages still showed removed composition feature flags in the Helm --set args example. Those flags break current installs (issue 1098). Use current alpha flags from the same page feature flag table instead. Fixes #1098 Signed-off-by: zanarelli --- content/master/get-started/install.md | 2 +- content/v2.1/get-started/install.md | 2 +- content/v2.2/get-started/install.md | 2 +- content/v2.3/get-started/install.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/master/get-started/install.md b/content/master/get-started/install.md index 90793e627..ddea92d70 100644 --- a/content/master/get-started/install.md +++ b/content/master/get-started/install.md @@ -122,7 +122,7 @@ at the table below. Set these flags either in the `values.yaml` file or at install time using the `--set` flag, for example: `--set -args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`. +args='{"--enable-operations","--enable-signature-verification"}'`. ## Install pre-release Crossplane versions diff --git a/content/v2.1/get-started/install.md b/content/v2.1/get-started/install.md index ffde402b5..3f6c5a109 100644 --- a/content/v2.1/get-started/install.md +++ b/content/v2.1/get-started/install.md @@ -120,7 +120,7 @@ at the table below. Set these flags either in the `values.yaml` file or at install time using the `--set` flag, for example: `--set -args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`. +args='{"--enable-operations","--enable-signature-verification"}'`. ## Install pre-release Crossplane versions diff --git a/content/v2.2/get-started/install.md b/content/v2.2/get-started/install.md index fcc595bc2..7b67d2b71 100644 --- a/content/v2.2/get-started/install.md +++ b/content/v2.2/get-started/install.md @@ -121,7 +121,7 @@ at the table below. Set these flags either in the `values.yaml` file or at install time using the `--set` flag, for example: `--set -args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`. +args='{"--enable-operations","--enable-signature-verification"}'`. ## Install pre-release Crossplane versions diff --git a/content/v2.3/get-started/install.md b/content/v2.3/get-started/install.md index 90793e627..ddea92d70 100644 --- a/content/v2.3/get-started/install.md +++ b/content/v2.3/get-started/install.md @@ -122,7 +122,7 @@ at the table below. Set these flags either in the `values.yaml` file or at install time using the `--set` flag, for example: `--set -args='{"--enable-composition-functions","--enable-composition-webhook-schema-validation"}'`. +args='{"--enable-operations","--enable-signature-verification"}'`. ## Install pre-release Crossplane versions