Skip to content
Snippets Groups Projects
Unverified Commit 7963191d authored by Sebastian Rojo's avatar Sebastian Rojo Committed by GitHub
Browse files

Merge pull request #58 from attiasr/main

fix error when db persistence enabled (#57)
parents 146660a2 82f38bbe
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
......
......@@ -134,6 +134,7 @@ spec:
{{- if .Values.db.persistence.enabled }}
- mountPath: /var/lib/postgresql/data
name: postgres-volume
subPath: postgres-data
{{- end }}
{{- with .Values.db.resources }}
resources:
......
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