wangyifei
wangyifei
Could you please describe the purpose of this PR? @hurricane1988
@benjaminhuo @tpiperatgod When we create an openfunction release through helm, should the namespace of the dependent component be set to release.Namespace or each component uses a separate namespace, such as...
That for the components that already have helm chart we need to pull the component charts to openfunction/charts and then modify them, dapr helm chart has multiple versions, we only...
https://github.com/helm/helm/issues/5358 This issue is similar with I mentioned above
Is cert-manger still required as a dependency in release 0.6.0? I don't see it in the proposal's dependency list, but I see the relevant configuration in bundle.yaml.
Hi, @LinPoLen. You can try to install openfunction using helm by using this document: https://github.com/OpenFunction/charts/blob/main/README.md. tested on helm version 3.6.3+
Thank you for your feedback. Currently, there is no support for configuring the domain during installation, but we will add this feature in the future. Please stay tuned for our...
You can configure the Dapr sidecar’s protocol by setting the annotations in OpenFunction. The annotation is: dapr.io/app-protocol: http. This will allow you to use the Dapr API to publish events...
helm repo add openfunction https://openfunction.github.io/charts/ helm install openfunction openfunction/openfunction -n openfunction --version 0.5.0 --create-namespace