From b5d5ee3e2fb0120073c402798c9992b832704823 Mon Sep 17 00:00:00 2001 From: Hunter Thompson Date: Mon, 13 Dec 2021 22:24:18 +0530 Subject: [PATCH] chore: update docs [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b3876..a944451 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Replicated, password protected redis cluster statefulset setup. Uses Bitnamis re volumeType: 'io1', volumeIopsPerGb: '100', redisImage: 'test-image', - redisPassword: 'dGVzdDIK', // base64 encoded + redisPassword: 'helloworld', // get from aws secrets manager nodeSelector: { test: 'test', },