update tf to work with k8s 1.25.0
This commit is contained in:
parent
358aebfdb0
commit
695d002eef
6 changed files with 5 additions and 4 deletions
|
|
@ -42,6 +42,7 @@ resource "helm_release" "mysql" {
|
|||
|
||||
repository = "https://presslabs.github.io/charts"
|
||||
chart = "mysql-operator"
|
||||
# version = "v0.5.0-rc.3"
|
||||
|
||||
values = [templatefile("${path.module}/mysql_chart_values.yaml", { secretName = var.tls_secret_name })]
|
||||
atomic = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue