Use array as default extraEnvs (#18341)

Signed-off-by: Daniel Reigada <daniel@codacy.com>
This commit is contained in:
Daniel Reigada
2019-11-04 07:33:40 -08:00
committed by Kubernetes Prow Robot
parent 99430c4afd
commit 7753e699a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -385,4 +385,4 @@ metrics:
successThreshold: 1
# Define custom environment variables to pass to the image here
extraEnv: {}
extraEnv: []
+1 -1
View File
@@ -385,4 +385,4 @@ metrics:
successThreshold: 1
# Define custom environment variables to pass to the image here
extraEnv: {}
extraEnv: []