charts

Charts for Knative

License Artifact Hub

This repository contains Helm charts for various knative projects

Installing Charts from this Repository

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

License

Apache 2.0 License