mirror of https://github.com/crossplane/docs.git
Fixing composition functions installation command
Signed-off-by: Piotr Zaniewski <piotr@upbound.io>
This commit is contained in:
parent
607513a60d
commit
e41915e773
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue