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 476781d commit 29d556dCopy full SHA for 29d556d
infrastructure/terraform/modules/helm/releases.tf
@@ -45,17 +45,17 @@ locals {
45
46
}
47
},
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 = {
+ "k6" = {
+ name = "k6"
+ repository = "https://grafana.github.io/helm-charts"
+ chart = "k6-operator"
+ namespace = "monitoring"
+ version = "3.10.1"
+ create_namespace = false
+ values = {
56
57
- # }
58
+ }
59
60
61
0 commit comments