init: copy from lawndale-infra
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
5
namespace.tf
Normal file
5
namespace.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource "kubernetes_namespace" "this" {
|
||||
metadata {
|
||||
name = local.namespace
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user