mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
cab7cad723
commit
18a2423725
|
@ -77,7 +77,7 @@ and their default values.
|
|||
| `image.repository` | Image | `crossplane/crossplane` |
|
||||
| `image.tag` | Image tag | `master` |
|
||||
| `image.pullPolicy` | Image pull policy used in all containers | `IfNotPresent` |
|
||||
| `imagePullSecrets` | Names of image pull secrets to use | `dockerhub` |
|
||||
| `imagePullSecrets` | Names of image pull secrets to use | `{}` |
|
||||
| `registryCaBundleConfig.name` | Name of ConfigMap containing additional CA bundle for fetching from package registries | `{}` |
|
||||
| `registryCaBundleConfig.key` | Key to use from ConfigMap containing additional CA bundle for fetching from package registries | `{}` |
|
||||
| `replicas` | The number of replicas to run for the Crossplane pods | `1` |
|
||||
|
@ -154,9 +154,6 @@ image:
|
|||
repository: crossplane/crossplane
|
||||
tag: alpha
|
||||
pullPolicy: Always
|
||||
|
||||
imagePullSecrets:
|
||||
- dockerhub
|
||||
```
|
||||
|
||||
<!-- Named Links -->
|
||||
|
|
Loading…
Reference in New Issue