From f31ded9df0999a7b0e691b11ac7e9fa7159688dd Mon Sep 17 00:00:00 2001 From: Chance Zibolski Date: Tue, 27 Nov 2018 11:10:08 -0800 Subject: [PATCH] hack/deploy-custom.sh: Stop copying clusterrole now that it lives in new directory --- hack/deploy-custom.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hack/deploy-custom.sh b/hack/deploy-custom.sh index 075f10329..70fd37cdd 100755 --- a/hack/deploy-custom.sh +++ b/hack/deploy-custom.sh @@ -115,10 +115,6 @@ echo "Creating metering manifests" export MANIFEST_OUTPUT_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR" "$ROOT_DIR/hack/create-metering-manifests.sh" -cp \ - "${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml" \ - "$CUSTOM_DEPLOY_MANIFESTS_DIR" - echo "Deploying" export DEPLOY_MANIFESTS_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR" "${ROOT_DIR}/hack/deploy.sh"