workaround metallb missing resources issue

This commit is contained in:
viktorbarzin 2023-01-22 16:53:34 +00:00
parent 8e1ead0f77
commit 07532e3122
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,13 @@
# Creates namespace and everythin needed
# Do not use until https://github.com/colinwilson/terraform-kubernetes-metallb/issues/5 is solved
# module "metallb" {
# source = "colinwilson/metallb/kubernetes"
# version = "0.1.7"
# }
module "metallb" {
source = "colinwilson/metallb/kubernetes"
version = "0.1.7"
source = "ViktorBarzin/metallb/kubernetes"
version = "0.1.5"
}
resource "kubernetes_config_map" "config" {

Binary file not shown.