Skip to content
Snippets Groups Projects
Verified Commit 0e8e621d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: typo in postgres chart.

parent ff9a54f0
No related branches found
No related tags found
No related merge requests found
Pipeline #2957 passed
......@@ -2,5 +2,5 @@ apiVersion: v2
name: postgresql
description: Helm Chart for postgresql
type: application
version: 1.0.1
version: 1.0.2
appVersion: "14.7-alpine"
......@@ -77,7 +77,7 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- mountPath: "/var/lib/postgresqlql/data"
- mountPath: "/var/lib/postgresql/data"
name: data
- mountPath: "/configs"
name: config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment