fix traefik values.yml

This commit is contained in:
2024-03-03 21:35:45 +01:00
parent d30764da14
commit 9f83240ef1
5 changed files with 16 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ module "nlb" {
compartment_ocid = var.compartment_ocid
cluster_ocid = module.oke.cluster_ocid
values_file = "traefik-values.yaml"
values_file = "traefik-values.yml"
depends_on = [ module.oke ]
}