This commit is contained in:
2022-05-08 17:02:47 +02:00
parent faf34f658f
commit 062d39324e
6 changed files with 1411 additions and 3 deletions

View File

@@ -120,3 +120,11 @@ module "dns" {
}
]
}
module "flux" {
source = "./modules/flux"
path = "clank"
namespace = "clank"
url = "ssh://git@git.front.kjuulh.io/clank/kubernetes-state.git"
branch = "main"
}