Fix service account typo in Helm README (#1183)
Just fixing a typo I discovered while reading through the README.
This commit is contained in:
parent
bed927052d
commit
b57e885a73
|
|
@ -50,7 +50,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
|
||||||
| `imagePullSecrets` | Specifies the secret to be used when pulling the controller pod containers | |
|
| `imagePullSecrets` | Specifies the secret to be used when pulling the controller pod containers | |
|
||||||
| `fullnameOverride` | Override the full resource names | |
|
| `fullnameOverride` | Override the full resource names | |
|
||||||
| `nameOverride` | Override the resource name prefix | |
|
| `nameOverride` | Override the resource name prefix | |
|
||||||
| `serviceAccont.annotations` | Set annotations to the service account | |
|
| `serviceAccount.annotations` | Set annotations to the service account | |
|
||||||
| `serviceAccount.create` | Deploy the controller pod under a service account | true |
|
| `serviceAccount.create` | Deploy the controller pod under a service account | true |
|
||||||
| `podAnnotations` | Set annotations for the controller pod | |
|
| `podAnnotations` | Set annotations for the controller pod | |
|
||||||
| `podLabels` | Set labels for the controller pod | |
|
| `podLabels` | Set labels for the controller pod | |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue