Update pgadmin to self provision
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a5a3329dc5
commit
f7a3df6a1c
@ -238,7 +238,7 @@ spec:
|
|||||||
## GKE, AWS & OpenStack)
|
## GKE, AWS & OpenStack)
|
||||||
##
|
##
|
||||||
# storageClass: "-"
|
# storageClass: "-"
|
||||||
existingClaim: "pgadmin-pvc"
|
#existingClaim: "pgadmin-pvc"
|
||||||
|
|
||||||
## Additional volumes to be added to the deployment
|
## Additional volumes to be added to the deployment
|
||||||
##
|
##
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: pgadmin-pvc
|
|
||||||
namespace: postgresql-system
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
storageClassName: longhorn
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 1Gi
|
|
Loading…
Reference in New Issue
Block a user