How can disable deploy in kubernetes

Viewed 2274

We provide kubernetes cluster for many users, the separation between applications by namespace.

For deploy use kubernetes-helm. There are situations when we need to close the opportunity to deploy the app in the cluster. One option is to change permissions for default sa (which the use kubernetes-helm).

How else can solve?

1 Answers
Related