diff --git a/content/knowledge-base/guides/composition-functions.md b/content/knowledge-base/guides/composition-functions.md index 6481361d..5a0ddb17 100644 --- a/content/knowledge-base/guides/composition-functions.md +++ b/content/knowledge-base/guides/composition-functions.md @@ -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}" @@ -994,4 +994,4 @@ Function container thanks to [`user_namespaces(7)`]. [rootless-containers]: https://rootlesscontaine.rs [kubernetes-seccomp]: https://kubernetes.io/docs/tutorials/security/seccomp/ -[`user_namespaces(7)`]: https://man7.org/linux/man-pages/man7/user_namespaces.7.html \ No newline at end of file +[`user_namespaces(7)`]: https://man7.org/linux/man-pages/man7/user_namespaces.7.html