mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix: reverts changes to sentry secrets template (#20018)
Signed-off-by: wilmardo <info@wilmardenouden.nl>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
d2c853af4b
commit
3776f763b4
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Sentry is a cross-platform crash reporting and aggregation platform.
|
||||
name: sentry
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
appVersion: 9.1.2
|
||||
keywords:
|
||||
- debugging
|
||||
|
||||
@@ -22,9 +22,9 @@ data:
|
||||
{{ else }}
|
||||
user-password: {{ randAlphaNum 16 | b64enc | quote }}
|
||||
{{ end }}
|
||||
{{ if and (.Values.postgresql.existingSecret) (or (not .Values.postgresql.enabled) (.Values.postgresql.password)) }}
|
||||
{{ if or (not .Values.postgresql.enabled) (.Values.postgresql.password) }}
|
||||
postgresql-password: {{ .Values.postgresql.postgresqlPassword | default "" | b64enc | quote }}
|
||||
{{ end }}
|
||||
{{ if and (.Values.postgresql.existingSecret) (not .Values.redis.enabled) (.Values.redis.password) }}
|
||||
{{ if and (not .Values.redis.enabled) (.Values.redis.password) }}
|
||||
redis-password: {{ .Values.redis.password | default "" | b64enc | quote }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user