diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-10-24 07:34:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 07:34:03 -0700 |
commit | 1ddd8ffec1cc1a17031e1421ee055aca211ca14e (patch) | |
tree | 269f100f0ebdc0c349b64c53022e35d1c2a0c112 /roles | |
parent | d54942dac6551d59e19e9f9a0096ca4684b7079f (diff) | |
parent | a8f203beca3a4f65846a80bf5fa795be7e92d6b1 (diff) | |
download | openshift-1ddd8ffec1cc1a17031e1421ee055aca211ca14e.tar.gz openshift-1ddd8ffec1cc1a17031e1421ee055aca211ca14e.tar.bz2 openshift-1ddd8ffec1cc1a17031e1421ee055aca211ca14e.tar.xz openshift-1ddd8ffec1cc1a17031e1421ee055aca211ca14e.zip |
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.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_service_catalog/templates/sc_role_patching.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_service_catalog/templates/sc_role_patching.j2 b/roles/openshift_service_catalog/templates/sc_role_patching.j2 index 69b062b3f..4629d5bb3 100644 --- a/roles/openshift_service_catalog/templates/sc_role_patching.j2 +++ b/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 |