Explorar el Código

Merge pull request #5840 from staebler/service_catalog_role_patching

Automatic merge from submit-queue.

Fix edit and admin role patching for service catalog

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1496694.

Update the jinja files used to patch the edit and admin ClusterRoles so that it uses the new resource names of ServiceInstances and ServiceBindings.
OpenShift Merge Robot hace 7 años
padre
commit
1ddd8ffec1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      roles/openshift_service_catalog/templates/sc_role_patching.j2

+ 2 - 2
roles/openshift_service_catalog/templates/sc_role_patching.j2

@@ -3,8 +3,8 @@
   - "servicecatalog.k8s.io"
   attributeRestrictions: null
   resources:
-  - instances
-  - bindings
+  - serviceinstances
+  - servicebindings
   verbs:
   - create
   - update