From 69b9e27e5fc1a8dbc09948941315470c73ba85c4 Mon Sep 17 00:00:00 2001 From: TristanHoladay <40547442+TristanHoladay@users.noreply.github.com> Date: Mon, 3 Jun 2024 08:01:21 -0600 Subject: [PATCH 1/2] fix: nightly testing eks config architecture --- tasks/iac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/iac.yaml b/tasks/iac.yaml index c29f8a068..4f3c69324 100644 --- a/tasks/iac.yaml +++ b/tasks/iac.yaml @@ -134,7 +134,7 @@ tasks: - cmd: | cat < .github/bundles/uds-config.yaml options: - architecture: amd6 + architecture: amd64 variables: core: loki_chunks_bucket: ${LOKI_S3_BUCKET} From 74ca42653776a2c9072b5d2a3682ad1eeb089fe9 Mon Sep 17 00:00:00 2001 From: TristanHoladay <40547442+TristanHoladay@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:03:41 -0600 Subject: [PATCH 2/2] fix indent error --- tasks/iac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/iac.yaml b/tasks/iac.yaml index 4f3c69324..4d6662d04 100644 --- a/tasks/iac.yaml +++ b/tasks/iac.yaml @@ -134,7 +134,7 @@ tasks: - cmd: | cat < .github/bundles/uds-config.yaml options: - architecture: amd64 + architecture: amd64 variables: core: loki_chunks_bucket: ${LOKI_S3_BUCKET}