mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
Merge pull request #679 from bitnami/fix_postgres_service
Fix capitalization of clusterIP parameter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: postgresql
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
appVersion: 10.4.0
|
||||
description: Chart for PostgreSQL
|
||||
keywords:
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ClusterIP: None
|
||||
clusterIP: None
|
||||
ports:
|
||||
- name: postgresql
|
||||
port: 5432
|
||||
|
||||
Reference in New Issue
Block a user