[stable/redmine] Document the correct format for pullSecrets in README (#10638)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-01-15 05:09:42 -08:00
committed by Kubernetes Prow Robot
parent 240dd5a845
commit afede365e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redmine
version: 8.0.0
version: 8.0.1
appVersion: 4.0.0
description: A flexible project management web application.
keywords:
+1 -1
View File
@@ -62,7 +62,7 @@ The following table lists the configurable parameters of the Redmine chart and t
| `image.repository` | Redmine image name | `bitnami/redmine` |
| `image.tag` | Redmine image tag | `{VERSION}` |
| `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `image.pullSecrets` | Specify image pull secrets | `nil` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `redmineUsername` | User of the application | `user` |
| `redminePassword` | Application password | _random 10 character long alphanumeric string_ |
| `redmineEmail` | Admin email | `user@example.com` |