mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
Document the correct format for pullSecrets in READMEs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: zookeeper
|
||||
version: 1.2.2
|
||||
appVersion: 3.4.13
|
||||
appVersion: 3.4.14
|
||||
description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications.
|
||||
keywords:
|
||||
- zookeeper
|
||||
|
||||
@@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Zookeeper chart an
|
||||
| `image.repository` | Zookeeper Image name | `bitnami/zookeeper` |
|
||||
| `image.tag` | Zookeeper Image tag | `{VERSION}` |
|
||||
| `image.pullPolicy` | Zookeeper image pull policy | `Always` |
|
||||
| `image.pullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
|
||||
| `image.debug` | Specify if debug values should be set | `false` |
|
||||
| `updateStrategy` | Update strategies | `RollingUpdate` |
|
||||
| `rollingUpdatePartition` | Partition update strategy | `nil` |
|
||||
|
||||
Reference in New Issue
Block a user