Skip to content

Commit

Permalink
Merge pull request #731 from lsst-sqre/tickets/DM-37390
Browse files Browse the repository at this point in the history
DM-37390: Simplify Redis persistent storage name
  • Loading branch information
rra authored Jan 3, 2023
2 parents 1496736 + d262a9f commit e04b3b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: redis
version: 0.1.1
version: 0.1.2
description: Simple single-server Redis deployment with configurable storage
sources:
- https://github.com/lsst-sqre/charts/tree/master/charts/redis
Expand Down
2 changes: 1 addition & 1 deletion charts/redis/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
{{- if (and .Values.persistence.enabled (not .Values.persistence.volumeClaimName)) }}
volumeClaimTemplates:
- metadata:
name: {{ template "redis.fullname" . }}
name: "storage"
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}
Expand Down

0 comments on commit e04b3b1

Please sign in to comment.