F5Networks / charts

Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Apache License 2.0
28 stars 34 forks source link

Use specified namespace in RBAC #21

Open rendhalver opened 5 years ago

rendhalver commented 5 years ago

The current code doesn't use the specified namespace in the RBAC resources. So everything is deployed into kube-system. This allows us to deploy the workload and RBAC into a different namespace.

techguydave commented 5 years ago

Just checking on the status of this PR. I ran into the issue as well and can confirm that this PR fixes it.