Skip to content

Commit

Permalink
deploy pyrra (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Dec 9, 2024
1 parent ffb222e commit b474ea6
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
resource "helm_release" "pyrra" {
depends_on = [azurerm_kubernetes_cluster.k6tests]
name = "pyrra"
namespace = "pyrra-system"
create_namespace = true
repository = "https://rlex.github.io/helm-charts"
chart = "pyrra"
version = "0.14.2"
set {
name = "genericRules.enabled"
value = "true"
}
}

0 comments on commit b474ea6

Please sign in to comment.