From c0614a8cb136e72010634aff8f1084066ec4e3bf Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 5 Jan 2024 13:02:17 -0500 Subject: [PATCH] fix(cli/deploy/simple-rds): set template default snapshot (#8645) --- harness/determined/deploy/aws/templates/simple-rds.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/harness/determined/deploy/aws/templates/simple-rds.yaml b/harness/determined/deploy/aws/templates/simple-rds.yaml index 42fb8f81f44..92114ec715e 100644 --- a/harness/determined/deploy/aws/templates/simple-rds.yaml +++ b/harness/determined/deploy/aws/templates/simple-rds.yaml @@ -107,6 +107,7 @@ Parameters: DBSnapshot: Type: String Description: Snapshot to start database with on creation + Default: "" DBSize: Type: Number