update tf to work with k8s 1.25.0
This commit is contained in:
parent
a5b57c9588
commit
8b2a453f2f
4 changed files with 4 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ resource "helm_release" "grafana" {
|
|||
values = [file("${path.module}/grafana_chart_values.yaml")]
|
||||
}
|
||||
|
||||
resource "kubernetes_cron_job" "monitor_prom" {
|
||||
resource "kubernetes_cron_job_v1" "monitor_prom" {
|
||||
metadata {
|
||||
name = "monitor-prometheus"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue