[METALLB] Add

This commit is contained in:
Kat Inskip 2023-05-01 08:50:38 -07:00
parent b09e3e8f24
commit 7f035cc032
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 18 additions and 2 deletions

View file

@ -1,4 +1,4 @@
resource "helm_release" "traefik" {
/*resource "helm_release" "traefik" {
name = "traefik"
repository = "https://traefik.github.io/charts"
chart = "traefik"
@ -16,4 +16,4 @@ resource "helm_release" "traefik" {
}
})
]
}
}*/