Skip to content

Commit

Permalink
Merge pull request #732 from lsst-sqre/tickets/DM-37390
Browse files Browse the repository at this point in the history
DM-37390: Fix Redis StatefulSet volume reference
  • Loading branch information
rra authored Jan 3, 2023
2 parents e04b3b1 + f17696e commit 0734c4a
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.2
version: 0.1.3
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 @@ -61,7 +61,7 @@ spec:
- "all"
readOnlyRootFilesystem: true
volumeMounts:
- name: {{ template "redis.fullname" . }}
- name: "storage"
mountPath: "/data"
securityContext:
fsGroup: 999
Expand Down

0 comments on commit 0734c4a

Please sign in to comment.