From e3a3ae855b783097f4e51f2375038ac73ac417f4 Mon Sep 17 00:00:00 2001 From: Andrew Whitfield Date: Wed, 27 Nov 2024 10:57:47 +0000 Subject: [PATCH] [patch] Make DB2_ARCHIVELOGS_STORAGE_CLASS optional for gitops (#1381) --- .secrets.baseline | 4 ++-- image/cli/mascli/functions/gitops_db2u_database | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.secrets.baseline b/.secrets.baseline index ec094d9743..73f4e408da 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "^.secrets.baseline$", "lines": null }, - "generated_at": "2024-11-25T18:20:01Z", + "generated_at": "2024-11-27T10:44:24Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -182,7 +182,7 @@ "hashed_secret": "1459943ba5fd876f7ef6e48f566a40b448a2bf08", "is_secret": false, "is_verified": false, - "line_number": 450, + "line_number": 449, "type": "Secret Keyword", "verified_result": null } diff --git a/image/cli/mascli/functions/gitops_db2u_database b/image/cli/mascli/functions/gitops_db2u_database index 3783c86b6f..d0308e3bb5 100644 --- a/image/cli/mascli/functions/gitops_db2u_database +++ b/image/cli/mascli/functions/gitops_db2u_database @@ -325,7 +325,6 @@ function gitops_db2u_database_noninteractive() { [[ -z "$DB2_META_STORAGE_CLASS" ]] && gitops_db2u_database_help "DB2_META_STORAGE_CLASS is not set" [[ -z "$DB2_DATA_STORAGE_CLASS" ]] && gitops_db2u_database_help "DB2_DATA_STORAGE_CLASS is not set" [[ -z "$DB2_BACKUP_STORAGE_CLASS" ]] && gitops_db2u_database_help "DB2_BACKUP_STORAGE_CLASS is not set" - [[ -z "$DB2_ARCHIVELOGS_STORAGE_CLASS" ]] && gitops_db2u_database_help "DB2_ARCHIVELOGS_STORAGE_CLASS is not set" [[ -z "$DB2_LOGS_STORAGE_CLASS" ]] && gitops_db2u_database_help "DB2_LOGS_STORAGE_CLASS is not set" [[ -z "$MAS_INSTANCE_ID" ]] && gitops_db2u_database_help "MAS_INSTANCE_ID is not set" [[ -z "$MAS_APP_ID" ]] && gitops_db2u_database_help "MAS_APP_ID is not set"