From 850f5775360a6b822b0d864105b08b795623c65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Hau=C3=9Fknecht?= Date: Thu, 7 Sep 2023 09:06:10 +0000 Subject: [PATCH] Add readme for imagePullSecrets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louis Haußknecht --- multicluster/charts/linkerd-multicluster/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/multicluster/charts/linkerd-multicluster/README.md b/multicluster/charts/linkerd-multicluster/README.md index 479c1cfe16160..453e77be32209 100644 --- a/multicluster/charts/linkerd-multicluster/README.md +++ b/multicluster/charts/linkerd-multicluster/README.md @@ -92,6 +92,7 @@ Kubernetes: `>=1.21.0-0` | gateway.tolerations | list | `[]` | Tolerations for the gateway pod | | identityTrustDomain | string | `"cluster.local"` | Identity Trust Domain of the certificate authority | | imagePullPolicy | string | `"IfNotPresent"` | Docker imagePullPolicy for all multicluster components | +| imagePullSecrets | list | `[]` | For Private docker registries, authentication is needed. Registry secrets are applied to the respective service accounts | | linkerdNamespace | string | `"linkerd"` | Namespace of linkerd installation | | linkerdVersion | string | `"linkerdVersionValue"` | Control plane version | | namespaceMetadata.image.name | string | `"extension-init"` | Docker image name for the namespace-metadata instance |