Fixing composition functions installation command

Signed-off-by: Piotr Zaniewski <piotr@upbound.io>
This commit is contained in:
Piotr Zaniewski 2023-02-24 11:06:51 +01:00
parent 607513a60d
commit e41915e773
No known key found for this signature in database
GPG Key ID: FED1B098B68D69FD
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Enable support for Composition Functions by enabling the alpha feature flag in C
```shell
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane \
--create-namespace
--create-namespace \
--set "args={--debug,--enable-composition-functions}" \
--set "xfn.enabled=true" \
--set "xfn.args={--debug}"