mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/linkerd] Updated to last stable linkerd version and added more configuration options like optional ingress for the admin ui and a linkerd configuration that can be configured through a configuration value. * Updated to latest linkerd version and also fixed error in values - Updated to linkerd 0.9.1 - Updated default linkerd configuration to current syntax - moved default configuration back to the ConfigMap - Added chart parameter to override the default configuration if needed * [stable/linkerd] bumped minor version * Bump chart minor version
linkerd Chart
linkerd is a resilient service mesh for cloud native apps
Chart Details
This chart will do the following:
- Install a daemonset that provisions the linkerd per-host architecture
Installing the Chart
To install the chart with the release name my-release:
$ helm install --name my-release stable/linkerd
Configuration
Configurable values are documented in the values.yaml.
Specify each parameter using the --set key=value[,key=value] argument to helm install.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
$ helm install --name my-release -f values.yaml stable/linkerd
Tip
: You can use the default values.yaml