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