[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:
Aurel Canciu
2019-12-01 04:37:03 -08:00
committed by Kubernetes Prow Robot
parent 8b598885ae
commit ad4e2b3e9b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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
+3
View File
@@ -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: