From f2ba8005c4f7d6c7394f3ba7a156dae20b4b18ba Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 6 Oct 2017 15:58:56 +0000 Subject: [PATCH] fix osbs-custom-build role to allow edits for metadata storing in atomic-reactor Signed-off-by: Adam Miller --- roles/osbs-on-openshift/templates/role-osbs-custom-build.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/osbs-on-openshift/templates/role-osbs-custom-build.yml.j2 b/roles/osbs-on-openshift/templates/role-osbs-custom-build.yml.j2 index 7beaba0ec7..427d3fcdb2 100644 --- a/roles/osbs-on-openshift/templates/role-osbs-custom-build.yml.j2 +++ b/roles/osbs-on-openshift/templates/role-osbs-custom-build.yml.j2 @@ -6,5 +6,6 @@ metadata: rules: - verbs: - create + - edit resources: - builds/custom \ No newline at end of file