From 6277a005e758d562eb70275ff7a867a849ac9f4d Mon Sep 17 00:00:00 2001 From: Jeroen Peerbolte Date: Fri, 8 May 2020 09:47:30 +0200 Subject: [PATCH] fixes typos in imagepullsecrets chart readme --- charts/imagepullsecrets/README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/charts/imagepullsecrets/README.md b/charts/imagepullsecrets/README.md index 3957c33..a9acac3 100755 --- a/charts/imagepullsecrets/README.md +++ b/charts/imagepullsecrets/README.md @@ -18,15 +18,15 @@ helm install gabibbo97/imagepullsecrets \ ## Configuration options -| Parameter | Description | Default | -| -------------------------------------- | ------------------------------------------------------ | :-----: | -| `addAuthField` | Add `auth: ` to the secret | `true` | -| `imagePullSecrets.registryURL` | URL of the registry | `""` | -| `imagePullSecrets.secretName` | Name of the imagepullsecret object for the registry | `""` | -| `imagePullSecrets.username` | Username for the registry | `""` | -| `imagePullSecrets.password` | Password for the registry | `""` | -| `imagePullSecrets.annotations.<>` | Annotations to set on the secret for the registry | `{}` | -| `imagePullSecrets.labels.<>` | Labels to set on the secret for the registry | `{}` | +| Parameter | Description | Default | +| ------------------------------------- | ------------------------------------------------------ | :-----: | +| `addAuthField` | Add `auth: ` to the secret | `true` | +| `imagePullSecret.registryURL` | URL of the registry | `""` | +| `imagePullSecret.secretName` | Name of the imagepullsecret object for the registry | `""` | +| `imagePullSecret.username` | Username for the registry | `""` | +| `imagePullSecret.password` | Password for the registry | `""` | +| `imagePullSecret.annotations.<>` | Annotations to set on the secret for the registry | `{}` | +| `imagePullSecret.labels.<>` | Labels to set on the secret for the registry | `{}` | ## Usage @@ -52,10 +52,9 @@ On the `ServiceAccount`, set `imagePullSecrets[0].name=registry-pullsecret` ```yaml kind: ServiceAccount -... +--- imagePullSecrets: -- name: registry-pullsecret -... + - name: registry-pullsecret ``` Then on pods that should consume that secret add `spec.serviceAccountName=my-service-account`