Skip to content

Commit 42ef02f

Browse files
committed
During a test, disable db caching
1 parent 560c2e1 commit 42ef02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube/boost/values-cppal-dev-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Env:
194194
value: redis://redis:6379/0
195195
# postgres caching of s3 text file content
196196
- name: ENABLE_DB_CACHE
197-
value: "true"
197+
value: "false"
198198

199199
# Volumes
200200
Volumes:

0 commit comments

Comments
 (0)