From e1ce10fadb95104293c2261dcf1a6511b128e626 Mon Sep 17 00:00:00 2001 From: Joy Liu <34288846+joyliu-q@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:58:55 -0700 Subject: [PATCH] Persistent Redis (Update Jest Snapshot) (#179) * Add ConfigMap for Persistent Redis Configuration * Add initial changes needed * Update snapshots * i am but a servant to the great ol' Code Coverage * Cleanup * Snapshott * Failing chart test :D * Woooo * the anti-power of eunsoo shin * bet * lol * Better testing * Abstract away configmap interface * Update snapshot and naming conventions * Update host path * Update host path * Oops :'D * Bump version again * Oops --- .../test/application/__snapshots__/redis.test.ts.snap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cdk/kittyhawk/test/application/__snapshots__/redis.test.ts.snap b/cdk/kittyhawk/test/application/__snapshots__/redis.test.ts.snap index f93fb334..99fe7a3d 100644 --- a/cdk/kittyhawk/test/application/__snapshots__/redis.test.ts.snap +++ b/cdk/kittyhawk/test/application/__snapshots__/redis.test.ts.snap @@ -397,6 +397,10 @@ Array [ "spec": Object { "containers": Array [ Object { + "command": Array [ + "redis-server", + "/redis-master/redis.conf", + ], "env": Array [ Object { "name": "GIT_SHA", @@ -559,6 +563,10 @@ Array [ "spec": Object { "containers": Array [ Object { + "command": Array [ + "redis-server", + "/redis-master/redis.conf", + ], "env": Array [ Object { "name": "GIT_SHA",