Skip to content

Commit 44cd682

Browse files
Srihari1192ntkathole
authored andcommitted
fix: disable Redis RDB persistence in test deployments
Signed-off-by: Srihari <svenkata@redhat.com>
1 parent 7ebcf03 commit 44cd682

File tree

2 files changed

+2
-0
lines changed
  • infra/feast-operator/test/testdata/feast_integration_test_crs
  • sdk/python/tests/integration/rest_api/resource

2 files changed

+2
-0
lines changed

infra/feast-operator/test/testdata/feast_integration_test_crs/redis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
containers:
1717
- name: redis
1818
image: 'quay.io/feastdev-ci/feast-test-images:redis-7-alpine'
19+
command: ["redis-server", "--save", ""]
1920
ports:
2021
- containerPort: 6379
2122
env:

sdk/python/tests/integration/rest_api/resource/redis.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
containers:
1717
- name: redis
1818
image: 'quay.io/feastdev-ci/feast-test-images:redis-7-alpine'
19+
command: ["redis-server", "--save", ""]
1920
ports:
2021
- containerPort: 6379
2122
env:

0 commit comments

Comments
 (0)