diff --git a/pgadmin/helmrelease-pgadmin.yaml b/pgadmin/helmrelease-pgadmin.yaml index 2bde568..2515e99 100644 --- a/pgadmin/helmrelease-pgadmin.yaml +++ b/pgadmin/helmrelease-pgadmin.yaml @@ -238,7 +238,7 @@ spec: ## GKE, AWS & OpenStack) ## # storageClass: "-" - existingClaim: "pgadmin-pvc" + #existingClaim: "pgadmin-pvc" ## Additional volumes to be added to the deployment ## diff --git a/pgadmin/pgadmin-pvc.yaml b/pgadmin/pgadmin-pvc.yaml deleted file mode 100644 index fb702b7..0000000 --- a/pgadmin/pgadmin-pvc.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: pgadmin-pvc - namespace: postgresql-system -spec: - accessModes: - - ReadWriteOnce - storageClassName: longhorn - resources: - requests: - storage: 1Gi