linkerd2/jaeger/charts/jaeger
Alex Leong 86d6b46e04
Add linkerd.io/extension label (#5311)
The namespace that Linkerd extensions are installed into is configurable.  This can make it difficult to know which extensions are installed and where they are located.  We add a `linkerd.io/extension` namespace label to easily enumerate and locate Linkerd extensions.  This can be used, for example, to enable certain features only when certain extensions are installed.  All new Linkerd extensions should include this namespace label.

Signed-off-by: Alex Leong <alex@buoyant.io>
2020-12-02 13:17:06 -08:00
..
templates Add linkerd.io/extension label (#5311) 2020-12-02 13:17:06 -08:00
.helmignore tracing: new jaeger independent helm chart (#5275) 2020-11-24 09:45:16 -08:00
Chart.yaml tracing: new jaeger independent helm chart (#5275) 2020-11-24 09:45:16 -08: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
requirements.lock tracing: new jaeger independent helm chart (#5275) 2020-11-24 09:45:16 -08:00
requirements.yaml tracing: new jaeger independent helm chart (#5275) 2020-11-24 09:45:16 -08:00
values.yaml Add automatic readme generation for charts (#5316) 2020-12-02 14:37:45 -05:00

README.md

jaeger

A Helm chart for the jaeger add-on in Linkerd

Version: 0.1.0

AppVersion: 1.0

Requirements

Repository Name Version
file://../../../charts/partials partials 0.1.0

Values

Key Type Default Description
collector.image.name string "omnition/opencensus-collector"
collector.image.pullPolicy string "Always"
collector.image.version string "0.1.11"
collectorSvcAccount string "collector"
collectorSvcAddr string "collector.linkerd-jaeger:55678"
jaeger.image.name string "jaegertracing/all-in-one"
jaeger.image.pullPolicy string "Always"
jaeger.image.version string "1.19.2"
linkerdVersion string "linkerdVersionValue"
namespace string "linkerd-jaeger"
webhook.caBundle string "" if empty, Helm will auto-generate this field, unless externalSecret is set to true.
webhook.crtPEM string "" if empty, Helm will auto-generate these fields
webhook.externalSecret bool false
webhook.failurePolicy string "Ignore"
webhook.image.name string "ghcr.io/linkerd/jaeger-webhook"
webhook.image.pullPolicy string "IfNotPresent"
webhook.image.version string "linkerdVersionValue"
webhook.keyPEM string ""
webhook.logLevel string "info"
webhook.namespaceSelector string nil
webhook.objectSelector string nil

Autogenerated from chart metadata using helm-docs v1.4.0