Skip to content

Commit

Permalink
Merge pull request #29 from stijlbreuk/fixes-imagepullsecrets-readme-…
Browse files Browse the repository at this point in the history
…typos

fixes typos in imagepullsecrets chart readme
  • Loading branch information
gabibbo97 authored May 28, 2020
2 parents 6ff4a5a + 6277a00 commit 33f5562
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions charts/imagepullsecrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ helm install gabibbo97/imagepullsecrets \

## Configuration options

| Parameter | Description | Default |
| -------------------------------------- | ------------------------------------------------------ | :-----: |
| `addAuthField` | Add `auth: <base64 encode of user:pass>` 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.<<KEY>>` | Annotations to set on the secret for the registry | `{}` |
| `imagePullSecrets.labels.<<KEY>>` | Labels to set on the secret for the registry | `{}` |
| Parameter | Description | Default |
| ------------------------------------- | ------------------------------------------------------ | :-----: |
| `addAuthField` | Add `auth: <base64 encode of user:pass>` 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.<<KEY>>` | Annotations to set on the secret for the registry | `{}` |
| `imagePullSecret.labels.<<KEY>>` | Labels to set on the secret for the registry | `{}` |

## Usage

Expand All @@ -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`
Expand Down

0 comments on commit 33f5562

Please sign in to comment.