Skip to content

Commit 29d556d

Browse files
Mohammad Adha Bin SaharMohammad Adha Bin Sahar
authored andcommitted
Reinstall k6
1 parent 476781d commit 29d556d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

infrastructure/terraform/modules/helm/releases.tf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ locals {
4545

4646
}
4747
},
48-
# "k6" = {
49-
# name = "k6"
50-
# repository = "https://grafana.github.io/helm-charts"
51-
# chart = "k6-operator"
52-
# namespace = "monitoring"
53-
# version = "3.10.1"
54-
# create_namespace = false
55-
# values = {
48+
"k6" = {
49+
name = "k6"
50+
repository = "https://grafana.github.io/helm-charts"
51+
chart = "k6-operator"
52+
namespace = "monitoring"
53+
version = "3.10.1"
54+
create_namespace = false
55+
values = {
5656

57-
# }
58-
# }
57+
}
58+
}
5959
}
6060
}
6161

0 commit comments

Comments
 (0)