Document the correct format for pullSecrets in READMEs

This commit is contained in:
Carlos Rodriguez Hernandez
2019-01-15 11:18:54 +01:00
parent bde3bafb68
commit 9a2cf81399
34 changed files with 48 additions and 48 deletions

View File

@@ -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

View File

@@ -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` |