kubernetes-sigs / container-object-storage-interface-controller

Container Object Storage Interface (COSI) controller responsible to manage lifecycle of COSI objects. NOTE: The content of this repo has been moved to https://github.com/kubernetes-sigs/container-object-storage-interface.
Apache License 2.0
94 stars 28 forks source link

Kustomize: Deployment namespaces should not be hardcoded #22

Closed tparikh closed 3 years ago

tparikh commented 3 years ago

From https://github.com/container-object-storage-interface/cosi-controller-manager/pull/9#discussion_r537635508

Generally, a kustomization should not deploy a namespace. It's up to the administrator to choose in which NS it gets deployed, and provision the NS.

NicolasT commented 3 years ago

/assign