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 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: postgresql name: postgresql
description: Helm Chart for postgresql description: Helm Chart for postgresql
type: application type: application
version: 1.0.1 version: 1.0.2
appVersion: "14.7-alpine" appVersion: "14.7-alpine"
...@@ -77,7 +77,7 @@ spec: ...@@ -77,7 +77,7 @@ spec:
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
- mountPath: "/var/lib/postgresqlql/data" - mountPath: "/var/lib/postgresql/data"
name: data name: data
- mountPath: "/configs" - mountPath: "/configs"
name: config 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