Creating namespace for the openserve

This commit is contained in:
shockrah 2025-11-04 23:18:39 -08:00
parent 469b3d08ce
commit d64c5526e6

View File

@ -7,11 +7,11 @@ resource kubernetes_namespace playground {
}
}
resource kubernetes_namespace dev {
resource kubernetes_namespace openobserve {
metadata {
annotations = {
names = "dev"
names = "openobserve"
}
name = "dev"
name = "openobserve"
}
}