We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159ecc7 commit 647bcdbCopy full SHA for 647bcdb
.github/workflows/verify.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
strategy:
20
matrix:
21
- platform: [ocp4_vpc, ocp44_vpc]
+ platform: [iks118_vpc, ocp4_vpc, ocp44_vpc]
22
# max-parallel: 1
23
fail-fast: false
24
main.tf
@@ -37,7 +37,7 @@ locals {
37
name = var.service_account_name
38
}
39
podLabels = {
40
- "app.kubernetes.io/part-of" = "sonarqubw"
+ "app.kubernetes.io/part-of" = "sonarqube"
41
42
postgresql = {
43
enabled = !var.postgresql.external
@@ -61,7 +61,7 @@ locals {
61
62
master = {
63
labels = {
64
65
66
67
"app.kubernetes.io/part-of" = "sonarqube"
0 commit comments