Added Kubernetes config
This commit is contained in:
5
kubernetes/namespaces.tf
Normal file
5
kubernetes/namespaces.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource "kubernetes_namespace" "argocd" {
|
||||
metadata {
|
||||
name = "argocd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user