Skip to content

Commit

Permalink
fix: loki bucket configuration service_account and namespace (#332)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
TristanHoladay committed Apr 5, 2024
1 parent 307b185 commit 9518634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/test-infra/buckets-iac/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9518634

Please sign in to comment.