Merge pull request #679 from bitnami/fix_postgres_service

Fix capitalization of clusterIP parameter
This commit is contained in:
Tomas Pizarro
2018-06-07 11:29:02 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: postgresql
version: 1.0.1
version: 1.0.2
appVersion: 10.4.0
description: Chart for PostgreSQL
keywords:

View File

@@ -9,7 +9,7 @@ metadata:
heritage: "{{ .Release.Service }}"
spec:
type: ClusterIP
ClusterIP: None
clusterIP: None
ports:
- name: postgresql
port: 5432