[stable/odoo] Document the correct format for pullSecrets in README (#10650)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2019-01-15 07:00:51 -08:00
committed by Kubernetes Prow Robot
parent 6db743557b
commit e04f33ec77
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: odoo
version: 5.0.2
version: 5.0.3
appVersion: 11.0.20181215
description: A suite of web based open source business apps.
home: https://www.odoo.com/
+2 -2
View File
@@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Odoo chart and thei
| `image.repository` | Odoo Image name | `bitnami/odoo` |
| `image.tag` | Odoo Image tag | `{VERSION}` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `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) |
| `odooUsername` | User of the application | `user@example.com` |
| `odooPassword` | Admin account password | _random 10 character long alphanumeric string_ |
| `odooEmail` | Admin account email | `user@example.com` |
@@ -64,7 +64,7 @@ The following table lists the configurable parameters of the Odoo chart and thei
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` |
| `service.type` | Kubernetes Service type | `LoadBalancer` |
| `service.port` | Service HTTP port | `80` |
| `service.port` | Service HTTP port | `80` |
| `service.loadBalancer` | Kubernetes LoadBalancerIP to request | `nil` |
| `service.externalTrafficPolicy` | Enable client source IP preservation | `Cluster` |
| `service.nodePort` | Kubernetes http node port | `""` |