linkerd2/charts/linkerd2-multicluster-link
Alejandro Pedraza 94574d4003
Add automatic readme generation for charts (#5316)
* Add automatic readme generation for charts

The current readmes for each chart is generated
manually and doesn't contain all the information available.

Utilize helm-docs to automatically fill out readme.mds
for the helm charts by pulling metadata from values.yml.

Fixes #4156

Co-authored-by: GMarkfjard <gabma047@student.liu.se>
2020-12-02 14:37:45 -05:00
..
templates Fix up multicluster component labels (#4806) 2020-08-11 17:02:20 -07:00
.helmignore Make service mirror controller per target cluster (#4710) 2020-07-23 14:32:50 -07:00
Chart.yaml Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00
README.md Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00
README.md.gotmpl Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00
values.yaml Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00

README.md

linkerd2-multicluster-link

A helm chart containing the resources to enable mirroring of services from a remote cluster

Version: 0.1.0

AppVersion: edge-XX.X.X

Requirements

Kubernetes: >=1.13.0-0

Values

Key Type Default Description
controllerComponentLabel string "linkerd.io/control-plane-component" Control plane label. Do not edit
controllerImage string "ghcr.io/linkerd/controller" Docker image for the Service mirror component (uses the Linkerd controller image)
controllerImageVersion string "linkerdVersionValue" Tag for the Service Mirror container Docker image
createdByAnnotation string "linkerd.io/created-by" Annotation label for the proxy create. Do not edit.
gatewayProbePort int 4181 The port used for liveliness probing
logLevel string "info" Log level for the Multicluster components
namespace string "linkerd-multicluster" Service Mirror component namespace
serviceMirrorRetryLimit int 3 Number of times update from the remote cluster is allowed to be requeued (retried)
serviceMirrorUID int 2103 User id under which the Service Mirror shall be ran

Autogenerated from chart metadata using helm-docs v1.4.0