Skip to content

Commit 5579542

Browse files
committed
[pgadmin] Fixed data empty dir
1 parent d80dd95 commit 5579542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/pgadmin/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ spec:
6161
volumeMounts:
6262
- name: config
6363
mountPath: "/config"
64+
{{- end }}
6465
- name: data
6566
mountPath: "/var/lib/pgadmin/storage"
66-
{{- end }}
6767
{{- if .Values.env.existingSecretName }}
6868
envFrom:
6969
- secretRef:

0 commit comments

Comments
 (0)