This commit is contained in:
2024-01-23 16:39:29 +01:00
parent 3ee19b9e3f
commit 99b0ca744e
4 changed files with 22 additions and 55 deletions

View File

@@ -60,15 +60,4 @@ data "kustomization_overlay" "data" {
value: "${var.namespace}"
EOF
}
patches {
target {
kind = "HorizontalPodAutoscaler"
name = "grafana"
}
patch = <<-EOF
- op: replace
path: /apiVersion
value: "autoscaling/v2"
EOF
}
}