Skip to content

Commit

Permalink
ara: use correct variable for enabling persistent volumes
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Taylor <[email protected]>
  • Loading branch information
rptaylor authored and Nold360 committed Feb 2, 2023
1 parent e7a185a commit 92fbd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ara/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: ara
sources:
- https://github.com/ansible-community/ara
- https://github.com/lib42/charts
version: 0.1.3
version: 0.1.4
2 changes: 1 addition & 1 deletion charts/ara/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if $.Values.persistence.enabled }}
{{- if $.Values.persistentVolumes.enabled }}
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit 92fbd8a

Please sign in to comment.