summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog/templates
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-29 15:22:29 -0500
committerGitHub <noreply@github.com>2018-01-29 15:22:29 -0500
commit629e4d771badb6aaa5fcfe303d8d330acb68305a (patch)
treef87ec3383ef6813f34128c467474b5c0fbf6fbc2 /roles/openshift_service_catalog/templates
parent2e1f7e52c6847d51200e273c57b667d4b69a54fc (diff)
parent9779f4c74d2847130af9265cccdeaab98351e5dd (diff)
downloadopenshift-629e4d771badb6aaa5fcfe303d8d330acb68305a.tar.gz
openshift-629e4d771badb6aaa5fcfe303d8d330acb68305a.tar.bz2
openshift-629e4d771badb6aaa5fcfe303d8d330acb68305a.tar.xz
openshift-629e4d771badb6aaa5fcfe303d8d330acb68305a.zip
Merge pull request #6860 from jpeeler/aggregate-name-change
Update catalog role patching to use new names
Diffstat (limited to 'roles/openshift_service_catalog/templates')
-rw-r--r--roles/openshift_service_catalog/templates/sc_admin_edit_role_patching.j227
-rw-r--r--roles/openshift_service_catalog/templates/sc_view_role_patching.j211
2 files changed, 0 insertions, 38 deletions
diff --git a/roles/openshift_service_catalog/templates/sc_admin_edit_role_patching.j2 b/roles/openshift_service_catalog/templates/sc_admin_edit_role_patching.j2
deleted file mode 100644
index 59cceafcf..000000000
--- a/roles/openshift_service_catalog/templates/sc_admin_edit_role_patching.j2
+++ /dev/null
@@ -1,27 +0,0 @@
-{{ original_content }}
-- apiGroups:
- - "servicecatalog.k8s.io"
- attributeRestrictions: null
- resources:
- - serviceinstances
- - servicebindings
- verbs:
- - create
- - update
- - delete
- - get
- - list
- - watch
- - patch
-- apiGroups:
- - "settings.k8s.io"
- attributeRestrictions: null
- resources:
- - podpresets
- verbs:
- - create
- - update
- - delete
- - get
- - list
- - watch
diff --git a/roles/openshift_service_catalog/templates/sc_view_role_patching.j2 b/roles/openshift_service_catalog/templates/sc_view_role_patching.j2
deleted file mode 100644
index 838993854..000000000
--- a/roles/openshift_service_catalog/templates/sc_view_role_patching.j2
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ original_content }}
-- apiGroups:
- - "servicecatalog.k8s.io"
- attributeRestrictions: null
- resources:
- - serviceinstances
- - servicebindings
- verbs:
- - get
- - list
- - watch