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: