Skip to content

Commit

Permalink
PTFE-1798 wrong path mounted for redis volume on k8s manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Jun 4, 2024
1 parent c5e8b95 commit b89e729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/base/runner-manager/redis/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
name: redis
volumeMounts:
- name: redis-data
mountPath: /var/lib/redis-stack
mountPath: /data
resources:
requests:
memory: 256Mi
Expand Down

0 comments on commit b89e729

Please sign in to comment.