Skip to content

Commit

Permalink
Mongo pvc fix (#9)
Browse files Browse the repository at this point in the history
* fix(mongo): add condition for pvc

* chore: version bump

Co-authored-by: Pantelis M <[email protected]>
  • Loading branch information
pantmal and Pantelis M authored Jan 5, 2023
1 parent 161de87 commit 7bfa888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/conduit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
version: 0.1.8

# 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
Expand Down
2 changes: 2 additions & 0 deletions charts/conduit/templates/mongodb/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.mongodb.enabled -}}
{{- range $volume := .Values.mongodb.volumes -}}
apiVersion: v1
kind: PersistentVolumeClaim
Expand All @@ -12,3 +13,4 @@ spec:
requests:
storage: 5Gi
{{- end }}
{{- end }}

0 comments on commit 7bfa888

Please sign in to comment.