From ef0f9f0d39b0ad6c927d623703deac576fbbf7b3 Mon Sep 17 00:00:00 2001 From: Muskan Lalit Date: Tue, 21 Jan 2025 14:24:53 -0800 Subject: [PATCH] Remove rpm file name from data.json --- cdk/cdk-domainless-mode/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdk/cdk-domainless-mode/data.json b/cdk/cdk-domainless-mode/data.json index 68af567c..4c94561b 100644 --- a/cdk/cdk-domainless-mode/data.json +++ b/cdk/cdk-domainless-mode/data.json @@ -22,6 +22,6 @@ "ecr_repo_name": "my-ecr-repo", "docker_image_tag": "latest", "dockerfile_path": "./Dockerfile", - "rpm_file": "credentials-fetcher-1.3.65-0.amzn2023.x86_64.rpm", + "rpm_file": "xxxxxxxx", "max_tasks_per_instance": 3 }