aerokube/moon

Add ownership to browser pod dependent objects

vania-pooh opened this issue · 1 comments

Need to add ownership to configmaps and other objects, so they are automatically deleted by Kubernetes when pod is deleted. https://kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/

Won't fix as config maps are created before pods and adding this change could break things.