linkerd2/charts/add-ons/tracing
Nil 69ca673682
Introduce support for authenticated docker registries using imagePullSecrets, Fixes #4413 (#4898)
* Introduce support for authenticated docker registries using imagePullSecrets

Problem: Private Docker Registries are not supported for the moment as detailed in issue #4413

Solution: Every Service Account of linkerd subcomponents are Attached with imagePullSecrets,
which in turn can then pulls the docker images from authenticated private registries using them.
The imagePullSecret is configured in global.imagePullSecret parameter of values.yaml like

imagePullSecret:
  - name: <name-of-private-registry-secret-resource>

Fixes #4413

Signed-off-by: Nilakhya <nilakhya@hotmail.com>
2020-09-23 08:49:35 -05:00
..
templates Introduce support for authenticated docker registries using imagePullSecrets, Fixes #4413 (#4898) 2020-09-23 08:49:35 -05:00
.helmignore Tracing Add-on For Linkerd (#3955) 2020-02-26 10:15:04 -08:00
Chart.yaml Tracing Add-on For Linkerd (#3955) 2020-02-26 10:15:04 -08:00
requirements.lock Tracing Add-on For Linkerd (#3955) 2020-02-26 10:15:04 -08:00
requirements.yaml Tracing Add-on For Linkerd (#3955) 2020-02-26 10:15:04 -08:00
values.yaml tracing: Move default values into addon-chart (#4951) 2020-09-15 15:19:25 -05:00