This repository contains Helm charts for various knative projects
Add the Repository to Helm:
helm repo add ahhhh https://ahhhh-man.github.io/charts
helm repo update
Install serving:
helm install knative-serving ahhhh/knative-serving --namespace knative-serving --create-namespace \
--set "config.domain.'example\.localhost'=" \
--set "config.network.ingress-class=istio.ingress.networking.knative.dev"
Install networking layer:
istioctl install -y
helm install net-istio ahhhh/net-istio --namespace knative-serving