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 29d556d commit 25d7241Copy full SHA for 25d7241
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