6 lines
82 B
HCL
6 lines
82 B
HCL
resource "kubernetes_namespace" "argocd" {
|
|
metadata {
|
|
name = "argocd"
|
|
}
|
|
}
|