From efeb0f6519dac6fca6df817f6bc62910d229500e Mon Sep 17 00:00:00 2001 From: ycz008 Date: Wed, 16 Aug 2023 14:31:14 +0800 Subject: [PATCH] update: redis-stack --- dev-upgrade/redis/redis-stack-dev.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dev-upgrade/redis/redis-stack-dev.yaml b/dev-upgrade/redis/redis-stack-dev.yaml index 1608ae4..cdca28d 100644 --- a/dev-upgrade/redis/redis-stack-dev.yaml +++ b/dev-upgrade/redis/redis-stack-dev.yaml @@ -54,14 +54,6 @@ spec: periodSeconds: 10 successThreshold: 1 failureThreshold: 3 - volumeMounts: - - name: config - mountPath: /etc/redis-stack.conf - subPath: redis-stack.conf - volumes: - - name: config - configMap: - name: redis-stack-config --- apiVersion: v1