5 lines
84 B
HCL
5 lines
84 B
HCL
resource "kubernetes_namespace_v1" "argocd" {
|
|
metadata {
|
|
name = "argocd"
|
|
}
|
|
} |