update tf to work with k8s 1.25.0

This commit is contained in:
viktorbarzin 2022-08-31 22:04:09 +01:00
parent 358aebfdb0
commit 695d002eef
No known key found for this signature in database
GPG key ID: 0EB088298288D958
6 changed files with 5 additions and 4 deletions

View file

@ -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"
}