mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/pgadmin] Add missing volumeMounts to deployment (#18459)
* [stable/pgadmin] Add missing volumeMounts to deployment Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com> * [stable/pgadmin] Bump chart version Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8b598885ae
commit
ad4e2b3e9b
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: pgAdmin is a web based administration tool for PostgreSQL database
|
||||
name: pgadmin
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
appVersion: 4.15.0
|
||||
home: https://www.pgadmin.org/
|
||||
source: https://github.com/rowanruseler/pgadmin
|
||||
|
||||
@@ -47,6 +47,9 @@ spec:
|
||||
secretKeyRef:
|
||||
name: {{ $fullName }}
|
||||
key: password
|
||||
volumeMounts:
|
||||
- name: pgadmin-data
|
||||
mountPath: /var/lib/pgadmin
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user