init: copy from lawndale-infra
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-27 22:07:43 +02:00
commit 3ca47a84ce
12 changed files with 420 additions and 0 deletions

5
namespace.tf Normal file
View File

@@ -0,0 +1,5 @@
resource "kubernetes_namespace" "this" {
metadata {
name = local.namespace
}
}