[stable/sentry] Documented email.existingSecret (#18882)

* Documented email.existingSecret

Signed-off-by: Cristian Klein <cristian@kleinlabs.eu>

* Bump sentry Chart version (documentation update)

As required by https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md#immutability

Signed-off-by: Cristian Klein <cristian@kleinlabs.eu>
This commit is contained in:
Cristian Klein
2019-11-14 07:57:34 -08:00
committed by Kubernetes Prow Robot
parent c84ee9187d
commit 7f8917b552
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Sentry is a cross-platform crash reporting and aggregation platform.
name: sentry
version: 3.1.2
version: 3.1.3
appVersion: 9.1.2
keywords:
- debugging
+1
View File
@@ -109,6 +109,7 @@ Parameter | Description
`email.password` | SMTP password | `nil`
`email.use_tls` | SMTP TLS for security | `false`
`email.enable_replies` | Allow email replies | `false`
`email.existingSecret` | SMTP password from an existing secret (key must be `smtp-password`) | `nil`
`service.type` | Kubernetes service type | `LoadBalancer`
`service.name` | Kubernetes service name | `sentry`
`service.externalPort` | Kubernetes external service port | `9000`