From ad4e2b3e9b824201722ddf16f96ad3e0d520c7d5 Mon Sep 17 00:00:00 2001 From: Aurel Canciu Date: Sun, 1 Dec 2019 14:37:03 +0200 Subject: [PATCH] [stable/pgadmin] Add missing volumeMounts to deployment (#18459) * [stable/pgadmin] Add missing volumeMounts to deployment Signed-off-by: Aurel Canciu * [stable/pgadmin] Bump chart version Signed-off-by: Aurel Canciu --- stable/pgadmin/Chart.yaml | 2 +- stable/pgadmin/templates/deployment.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/stable/pgadmin/Chart.yaml b/stable/pgadmin/Chart.yaml index f2c2dcb88c..883c7ae9e2 100644 --- a/stable/pgadmin/Chart.yaml +++ b/stable/pgadmin/Chart.yaml @@ -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 diff --git a/stable/pgadmin/templates/deployment.yaml b/stable/pgadmin/templates/deployment.yaml index 888fced4bb..1790e81f2c 100644 --- a/stable/pgadmin/templates/deployment.yaml +++ b/stable/pgadmin/templates/deployment.yaml @@ -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: