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