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
|
```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}"
|
||||||
|
@ -994,4 +994,4 @@ Function container thanks to [`user_namespaces(7)`].
|
||||||
|
|
||||||
[rootless-containers]: https://rootlesscontaine.rs
|
[rootless-containers]: https://rootlesscontaine.rs
|
||||||
[kubernetes-seccomp]: https://kubernetes.io/docs/tutorials/security/seccomp/
|
[kubernetes-seccomp]: https://kubernetes.io/docs/tutorials/security/seccomp/
|
||||||
[`user_namespaces(7)`]: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
|
[`user_namespaces(7)`]: https://man7.org/linux/man-pages/man7/user_namespaces.7.html
|
||||||
|
|
Loading…
Reference in New Issue