From 9518634b24f2d5c285e598f8620849bbc6288ba4 Mon Sep 17 00:00:00 2001 From: Tristan Holaday <40547442+TristanHoladay@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:13:28 -0600 Subject: [PATCH] fix: loki bucket configuration service_account and namespace (#332) ## Description The loki service_account and namespace for the eks nightly testing match with what DUBBD deployed not uds-core. Updating those values to match the resources in core. ## Related Issue Fixes #331 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --- .github/test-infra/buckets-iac/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/test-infra/buckets-iac/variables.tf b/.github/test-infra/buckets-iac/variables.tf index 22bb12dad..267ac5421 100644 --- a/.github/test-infra/buckets-iac/variables.tf +++ b/.github/test-infra/buckets-iac/variables.tf @@ -42,8 +42,8 @@ variable "bucket_configurations" { default = { loki = { name = "loki" - service_account = "logging-loki" - namespace = "logging" + service_account = "loki" + namespace = "loki" } velero = { name = "velero"