mirror of https://github.com/linkerd/linkerd2.git
* 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> |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
Chart.yaml | ||
requirements.lock | ||
requirements.yaml | ||
values.yaml |