Skip to content

Commit 0a46737

Browse files
author
Chance Zibolski
committed
Merge branch 'master' into release-0.11
* master: hack/deploy-custom.sh: Stop copying clusterrole now that it lives in new directory
2 parents 3a6c743 + f31ded9 commit 0a46737

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/deploy-custom.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ echo "Creating metering manifests"
115115
export MANIFEST_OUTPUT_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
116116
"$ROOT_DIR/hack/create-metering-manifests.sh"
117117

118-
cp \
119-
"${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml" \
120-
"$CUSTOM_DEPLOY_MANIFESTS_DIR"
121-
122118
echo "Deploying"
123119
export DEPLOY_MANIFESTS_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
124120
"${ROOT_DIR}/hack/deploy.sh"

0 commit comments

Comments
 (0)