6 lines
88 B
Terraform
6 lines
88 B
Terraform
resource "kubernetes_namespace" "openwebui" {
|
|
metadata {
|
|
name = "openwebui"
|
|
}
|
|
}
|