system-check / charts

Charts for TriggerMesh Deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart for Knative

It installs the released manifest for knative, including Istio as documented

Note that because of Istio RBAC you need Helm 2.10 or later.

Setup the Chart repo

helm repo add tm gs://triggermesh-charts

or if you don't have the cloud storage plugin use http:

helm repo add tm https://storage.googleapis.com/triggermesh-charts

And update your chart repos:

helm repo update

Search for knative and install

helm search knative
helm install --debug --dry-run tm/knative

If you are sure you want to do the install:

helm install tm/knative

Building

This chart is built via Google Cloud build, check cloudbuild.yaml

Support

We would love your feedback on this chart so don't hesitate to let us know what is wrong and how we could improve it, just file an issue

Code of Conduct

This plugin is by no means part of CNCF but we abide by its code of conduct

About

Charts for TriggerMesh Deployments

License:Apache License 2.0


Languages

Language:Perl 51.6%Language:Dockerfile 26.9%Language:Shell 21.4%