Skip to content

Commit 647bcdb

Browse files
author
Sean Sundberg
authored
Fixes typo in sonarqube label (#14)
* Fixes typo in sonarqube label * Adds iks118_vpc to the test matrix
1 parent 159ecc7 commit 647bcdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
platform: [ocp4_vpc, ocp44_vpc]
21+
platform: [iks118_vpc, ocp4_vpc, ocp44_vpc]
2222
# max-parallel: 1
2323
fail-fast: false
2424

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locals {
3737
name = var.service_account_name
3838
}
3939
podLabels = {
40-
"app.kubernetes.io/part-of" = "sonarqubw"
40+
"app.kubernetes.io/part-of" = "sonarqube"
4141
}
4242
postgresql = {
4343
enabled = !var.postgresql.external
@@ -61,7 +61,7 @@ locals {
6161
}
6262
master = {
6363
labels = {
64-
"app.kubernetes.io/part-of" = "sonarqubw"
64+
"app.kubernetes.io/part-of" = "sonarqube"
6565
}
6666
podLabels = {
6767
"app.kubernetes.io/part-of" = "sonarqube"

0 commit comments

Comments
 (0)