Merge pull request #368 from Piotr1215/master

This commit is contained in:
Jean du Plessis 2023-02-24 13:02:48 +02:00 committed by GitHub
commit 3e6aa51602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ```shell
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane \ helm install crossplane --namespace crossplane-system crossplane-stable/crossplane \
--create-namespace --create-namespace \
--set "args={--debug,--enable-composition-functions}" \ --set "args={--debug,--enable-composition-functions}" \
--set "xfn.enabled=true" \ --set "xfn.enabled=true" \
--set "xfn.args={--debug}" --set "xfn.args={--debug}"