mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
don't apply secret when using existing (#992)
Signed-off-by: Jonathan Cole <jonathan@mothership.com> Co-authored-by: André Bauer <monotek@users.noreply.github.com>
This commit is contained in:
co-authored by
André Bauer
parent
1935b57eb7
commit
256eee98c4
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: "0.9.0"
|
||||
description: A Helm chart for prometheus postgres-exporter
|
||||
name: prometheus-postgres-exporter
|
||||
version: 2.3.2
|
||||
version: 2.3.3
|
||||
home: https://github.com/prometheus-community/postgres_exporter
|
||||
sources:
|
||||
- https://github.com/prometheus-community/postgres_exporter
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- if not .Values.config.datasource.passwordSecret -}}
|
||||
{{- if not (or .Values.config.datasource.passwordSecret .Values.config.datasourceSecret) -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user