Skip to content

Commit

Permalink
Fix postgresqwl-persistent helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Oct 19, 2023
1 parent dfef940 commit 1ae1198
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/redhat/postgresql-persistent/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: |-
annotations:
charts.openshift.io/name: Red Hat PostgreSQL database service, with persistent storage (experimental).
apiVersion: v2
appVersion: 0.0.2
appVersion: 0.0.3
name: postgresql-persistent
tags: database,postgresql
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.2
version: 0.0.3

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
template: postgresql-persistent-template
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
name: {{ .Values.database_service_name }}
name: {{ .Release.Namespace }}
spec:
replicas: 1
selector:
Expand All @@ -20,7 +20,8 @@ spec:
name: {{ .Values.database_service_name }}
spec:
containers:
- env:
- capabilities: {}
env:
- name: POSTGRESQL_USER
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 1ae1198

Please sign in to comment.