mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
240dd5a845
commit
afede365e8
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user