We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b52c1 commit f31ded9Copy full SHA for f31ded9
hack/deploy-custom.sh
@@ -115,10 +115,6 @@ echo "Creating metering manifests"
115
export MANIFEST_OUTPUT_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
116
"$ROOT_DIR/hack/create-metering-manifests.sh"
117
118
-cp \
119
- "${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml" \
120
- "$CUSTOM_DEPLOY_MANIFESTS_DIR"
121
-
122
echo "Deploying"
123
export DEPLOY_MANIFESTS_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
124
"${ROOT_DIR}/hack/deploy.sh"
0 commit comments