Creating namespace for the openserve
This commit is contained in:
parent
469b3d08ce
commit
d64c5526e6
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user