diff --git a/templates/database/pg-deployment.yml b/templates/database/pg-deployment.yml index 054e5b98be39ab7e82a00534cb6edfcbe1902de4..2379fa7c5dfeabf8f375b4917ed0ccfb5eef9fc0 100644 --- a/templates/database/pg-deployment.yml +++ b/templates/database/pg-deployment.yml @@ -25,7 +25,7 @@ spec: image: {{ .Values.pg.image.repository }}:{{ .Values.pg.image.tag }} volumeMounts: - mountPath: /var/lib/postgresql/data - name: pg-data + name: {{ .Values.name }}-pg resources: requests: memory: "192Mi"