mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Use array as default extraEnvs (#18341)
Signed-off-by: Daniel Reigada <daniel@codacy.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
99430c4afd
commit
7753e699a8
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: postgresql
|
||||
version: 6.5.5
|
||||
version: 6.5.6
|
||||
appVersion: 11.5.0
|
||||
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
||||
keywords:
|
||||
|
||||
@@ -385,4 +385,4 @@ metrics:
|
||||
successThreshold: 1
|
||||
|
||||
# Define custom environment variables to pass to the image here
|
||||
extraEnv: {}
|
||||
extraEnv: []
|
||||
|
||||
@@ -385,4 +385,4 @@ metrics:
|
||||
successThreshold: 1
|
||||
|
||||
# Define custom environment variables to pass to the image here
|
||||
extraEnv: {}
|
||||
extraEnv: []
|
||||
|
||||
Reference in New Issue
Block a user