Skip to content

Commit 8689870

Browse files
committed
fix(deploy): remove duplicated configuration after Pulumi regression fix
1 parent 59814fa commit 8689870

6 files changed

Lines changed: 0 additions & 24 deletions

File tree

deploy/integration/cluster_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ func Test_I_Cluster(t *testing.T) {
3636
"replicas": "1", // no need to replicate, we test proper deployments
3737
"etcd-replicas": "1", // no need to replicate, we test proper deployment
3838
"expose": "true", // make API externally reachable
39-
// Following config values are defined, seems like due to a bug in Pulumi loading config
40-
"etcd.replicas": "1",
41-
"oci.insecure": "true",
42-
"otel.insecure": "true",
4339
},
4440
Secrets: map[string]string{
4541
"kubeconfig": "",

deploy/integration/examples_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ func Test_I_Examples(t *testing.T) {
5454
"oci-insecure": "true", // don't mind HTTPS on the CI registry
5555
"pvc-access-mode": "ReadWriteOnce", // don't need to scale (+ not possible with kind in CI)
5656
"expose": "true", // make API externally reachable
57-
// Following config values are defined, seems like due to a bug in Pulumi loading config
58-
"etcd.replicas": "1",
59-
"oci.insecure": "true",
60-
"otel.insecure": "true",
6157
},
6258
Secrets: map[string]string{
6359
"kubeconfig": "",

deploy/integration/monitoring_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ func Test_I_Monitoring(t *testing.T) {
6060
"registry": os.Getenv("REGISTRY"),
6161
"tag": os.Getenv("TAG"),
6262
"romeo-claim-name": os.Getenv("ROMEO_CLAIM_NAME"),
63-
// Following config values are defined, seems like due to a bug in Pulumi loading config
64-
"etcd.replicas": "0",
65-
"oci.insecure": "true",
66-
"otel.insecure": "true",
6763
},
6864
Secrets: map[string]string{
6965
"kubeconfig": "",

deploy/integration/pooler_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ func Test_I_UpdatePooler(t *testing.T) {
4343
"oci-insecure": "true", // don't mind HTTPS on the CI registry
4444
"pvc-access-mode": "ReadWriteOnce", // don't need to scale (+ not possible with kind in CI)
4545
"expose": "true", // make API externally reachable
46-
// Following config values are defined, seems like due to a bug in Pulumi loading config
47-
"etcd.replicas": "1",
48-
"oci.insecure": "true",
49-
"otel.insecure": "true",
5046
},
5147
Secrets: map[string]string{
5248
"kubeconfig": "",

deploy/integration/standard_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ func Test_I_Standard(t *testing.T) {
4444
"expose": "true", // make API externally reachable
4545
"janitor-mode": "ticker",
4646
"janitor-ticker": "5s",
47-
// Following config values are defined, seems like due to a bug in Pulumi loading config
48-
"etcd.replicas": "1",
49-
"oci.insecure": "true",
50-
"otel.insecure": "true",
5147
},
5248
Secrets: map[string]string{
5349
"kubeconfig": "",

deploy/integration/update_challenge_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ func Test_I_Update(t *testing.T) {
4949
"oci-insecure": "true", // don't mind HTTPS on the CI registry
5050
"pvc-access-mode": "ReadWriteOnce", // don't need to scale (+ not possible with kind in CI)
5151
"expose": "true", // make API externally reachable
52-
// Following config values are defined, seems like due to a bug in Pulumi loading config
53-
"etcd.replicas": "1",
54-
"oci.insecure": "true",
55-
"otel.insecure": "true",
5652
},
5753
Secrets: map[string]string{
5854
"kubeconfig": "",

0 commit comments

Comments
 (0)