radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
157 stars 61 forks source link

Add route & pvc permissions for operator-cm deployments #264

Closed LaVLaS closed 5 years ago

LaVLaS commented 5 years ago

Description

Spark operator deployments that use ConfigMaps instead of CRDs was throwing errors in the pod logs because it couldn't create a route for spark-operator-metrics --OR-- list pvcs. This update will add CRUD for routes and get/list/watch for PVCs

Related Issue

N/A

Types of changes

:bug: Bug fix (non-breaking change which fixes an issue)