From f17696e66a5c1c4d077f87c36acd849730423de1 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 3 Jan 2023 12:16:51 -0800 Subject: [PATCH] Fix Redis StatefulSet volume reference I renamed the volume template but not the reference to it. --- charts/redis/Chart.yaml | 2 +- charts/redis/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 1f1ea256..485009a4 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -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 diff --git a/charts/redis/templates/statefulset.yaml b/charts/redis/templates/statefulset.yaml index f84f5125..65bcb41a 100644 --- a/charts/redis/templates/statefulset.yaml +++ b/charts/redis/templates/statefulset.yaml @@ -61,7 +61,7 @@ spec: - "all" readOnlyRootFilesystem: true volumeMounts: - - name: {{ template "redis.fullname" . }} + - name: "storage" mountPath: "/data" securityContext: fsGroup: 999