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

@@ -34,5 +34,5 @@ variable "replica_count" {
variable "values_file" {
description = "The name of the traefik helmchart values file to use"
type = string
default = "values.yaml"
default = "traefik-values.yml"
}